word-wrap, not word-break

This commit is contained in:
toyg 2014-01-18 10:40:34 +00:00
parent 4071ba7500
commit d6a9ade1ef

View File

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