Browse Source

Fix spacing on options pages

pdontthink 17 years ago
parent
commit
cf67d1d9ca
1 changed files with 2 additions and 1 deletions
  1. 2 1
      templates/default/css/options.css

+ 2 - 1
templates/default/css/options.css

@@ -59,7 +59,8 @@
     padding-bottom: 2px;
     padding-bottom: 2px;
     padding-left: 4px;
     padding-left: 4px;
     padding-right: 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   {
 #optionDisplay  td.optionName   {