FIX: Broken word wrapping on flags page
This commit is contained in:
parent
81f2b38b78
commit
7eeb5188bf
|
@ -36,6 +36,11 @@
|
|||
.flagged-post-contents {
|
||||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
|
||||
.flagged-post-excerpt {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.d-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue