From 3f69d9379db6f8b94608ae8d274563870417c0c7 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 5 Mar 2008 00:43:18 +0000 Subject: [PATCH] Fix spacing on options pages git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12994 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/options.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default/css/options.css b/templates/default/css/options.css index d8d3df79..6c339e89 100644 --- a/templates/default/css/options.css +++ b/templates/default/css/options.css @@ -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 { -- 2.25.1