From b12fb56be41dabff86e72c9da95f8e31bed6898c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 2 Dec 2013 05:52:41 +0100 Subject: [PATCH] Fix regression --- htdocs/theme/eldy/style.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index a8da935df27..fe9b5bddab1 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2691,7 +2691,8 @@ div.dolEventError h1, div.dolEventError h2 { /* For jquery plugin combobox */ -.ui-corner-all { white-space: nowrap; } +/* Disable this. It breaks wrapping of boxes +.ui-corner-all { white-space: nowrap; } */ /* ============================================================================== */ -- GitLab