Apply word-wrap: break-word; to all body contents to force reallylongunbreakablestrings to be broken per the theme's dimensions rather than the arbitrary 80 characters set by the bbcode extension
This commit is contained in:
parent
fa77d999eb
commit
4f37b48070
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ UL {
|
|||
margin-right: 16px;
|
||||
text-align: center;
|
||||
height: 1%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#body TABLE {
|
||||
width: 90%;
|
||||
|
|
Reference in a new issue