Retrospring/app/assets/stylesheets/scss/comments.scss

29 lines
342 B
SCSS
Raw Normal View History

.comments {
padding-left: 0;
}
.comments li {
list-style-type: none;
}
.comments--box {
z-index: 99;
}
.comments--count {
z-index: 0;
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;
word-break: break-all;
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;
}