From 056a6dfea9aa9b920d0dc84e7b6f8f0680975e97 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 7 Mar 2008 19:28:21 +0000 Subject: [PATCH] Fix wrong comment syntax. Thanks Thierry Godefroy. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13017 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/css/options.css b/templates/default/css/options.css index 6c339e89..9eec19d5 100644 --- a/templates/default/css/options.css +++ b/templates/default/css/options.css @@ -59,8 +59,8 @@ padding-bottom: 2px; padding-left: 4px; padding-right: 4px; -# 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; +/* 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