From 0b985f43076034938168d1a2a9a9f4e61c0779b7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 17 Nov 2012 18:29:11 +0000 Subject: [PATCH] setup: word-wrap on list points when they're long. fixes #1068 --- SparkleShare/Mac/SparkleSetup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index 7be067c5..c08b2fbc 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -534,6 +534,7 @@ namespace SparkleShare { " margin-left: 0;" + " padding-left: 0;" + " line-height: 20px;" + + " word-wrap: break-word;" + "}" + "ul {" + " padding-left: 24px;" +