mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-10 16:03:37 +01:00
33 lines
No EOL
370 B
SCSS
33 lines
No EOL
370 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;
|
|
}
|
|
|
|
.comments--content {
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.media-body {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.media {
|
|
overflow: visible !important;
|
|
} |