2014-12-09 06:32:29 -08:00
|
|
|
.comments {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2014-12-10 12:16:18 -08:00
|
|
|
.comments--box {
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
2014-12-09 06:32:29 -08:00
|
|
|
.comments--count {
|
2014-12-10 12:16:18 -08:00
|
|
|
z-index: 0;
|
2014-12-09 06:32:29 -08:00
|
|
|
margin-top: -2em;
|
2014-12-27 06:50:36 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments--body {
|
2014-12-27 07:03:09 -08:00
|
|
|
overflow: visible !important;
|
2014-12-27 06:50:36 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments--content {
|
|
|
|
overflow: hidden;
|
2015-01-01 15:28:19 -08:00
|
|
|
word-break: normal;
|
2014-12-27 06:54:26 -08:00
|
|
|
}
|
|
|
|
|
2014-12-27 07:03:09 -08:00
|
|
|
.comments--media {
|
2014-12-27 06:56:01 -08:00
|
|
|
overflow: visible !important;
|
2014-12-09 06:32:29 -08:00
|
|
|
}
|