From f45a31969bcb0ac8abb5b8141cd752aa0181fb54 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 5c641aaadbd..f877b9c39ff 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