Browse Source

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

master
Block Tester 11 years ago
parent
commit
3ac31ee546
  1. 1
      css/style.css

1
css/style.css

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

Loading…
Cancel
Save