setup: word-wrap on list points when they're long. fixes #1068

This commit is contained in:
Hylke Bons 2012-11-17 18:29:11 +00:00
parent 8b7d24a60b
commit 0b985f4307

View file

@ -534,6 +534,7 @@ namespace SparkleShare {
" margin-left: 0;" + " margin-left: 0;" +
" padding-left: 0;" + " padding-left: 0;" +
" line-height: 20px;" + " line-height: 20px;" +
" word-wrap: break-word;" +
"}" + "}" +
"ul {" + "ul {" +
" padding-left: 24px;" + " padding-left: 24px;" +