mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user