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

33 lines
370 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 {
overflow: visible;
}
.comments--content {
overflow: hidden;
word-break: break-all;
2014-12-27 06:54:26 -08:00
}
.media-body {
overflow: visible !important;
2014-12-27 06:56:01 -08:00
}
.media {
overflow: visible !important;
}