Fix spacing on options pages
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 5 Mar 2008 00:43:18 +0000 (00:43 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 5 Mar 2008 00:43:18 +0000 (00:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12994 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/css/options.css

index d8d3df793c2031f002661a8cae938c7a6cef49d8..6c339e89006dbc70dcec4f430d5cbf79edbbcd15 100644 (file)
@@ -59,7 +59,8 @@
     padding-bottom: 2px;
     padding-left: 4px;
     padding-right: 4px;
-    white-space: nowrap;
+# FIXME: this was forcing horizontal scrolling on long coment texts and maybe other stuff; I'm not sure I see why we want this(?).  if someone restores it, PLEASE have a solution in mind for when an option widget has a 'comment' value that is quite long
+#    white-space: nowrap;
 }
 
 #optionDisplay  td.optionName   {