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:
Josh Sutinen 2012-03-03 12:43:04 -05:00
parent fa77d999eb
commit 4f37b48070

View file

@ -144,6 +144,7 @@ UL {
margin-right: 16px;
text-align: center;
height: 1%;
word-wrap: break-word;
}
#body TABLE {
width: 90%;