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

29 lines
342 B
SCSS

.comments {
padding-left: 0;
}
.comments li {
list-style-type: none;
}
.comments--box {
z-index: 99;
}
.comments--count {
z-index: 0;
margin-top: -2em;
}
.comments--body {
overflow: visible !important;
}
.comments--content {
overflow: hidden;
word-break: break-all;
}
.comments--media {
overflow: visible !important;
}