adding "word-break: break-word;" line 323 fixes text breaking out of its division.
This commit is contained in:
parent
f3c8f0248e
commit
e53ac3503e
@ -319,7 +319,8 @@ div.delete [type="submit"] {
|
|||||||
div.postcontainer
|
div.postcontainer
|
||||||
{
|
{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap; /* changed "nowrap" to */
|
||||||
|
word-break: break-word; /* bugfix: letters no longer shoot around the screen */
|
||||||
max-width: 100%!important;
|
max-width: 100%!important;
|
||||||
}
|
}
|
||||||
div.post.reply p {
|
div.post.reply p {
|
||||||
|
Loading…
Reference in New Issue
Block a user