Small css fix to break very long nonbreaking space (ie: added word break)

This commit is contained in:
Block Tester 2014-01-17 04:35:19 +00:00
parent ee3dd2e72a
commit 3ac31ee546

View File

@ -839,6 +839,7 @@ button.disabled:hover
{
font-size: 13px;
margin: 2px 10px 4px 60px;
word-break: break-all;
}
.post-context
{