FIX: Broken word wrapping on flags page

This commit is contained in:
Robin Ward 2017-09-25 16:22:40 -04:00
parent 81f2b38b78
commit 7eeb5188bf
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}