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
@ -144,6 +144,7 @@ UL {
|
|||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 1%;
|
height: 1%;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
#body TABLE {
|
#body TABLE {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user