From 8bd72cc21f346d1d13a75be61bce5134d3bd1e11 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Mar 2014 20:05:08 +0100 Subject: [PATCH] Fix: wrapping into combo --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d41df53975e..b23a42c9739 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2277,7 +2277,7 @@ li.cal_event { border: none; list-style-type: none; } background-color:white; border:1px solid #888; margin:0px; - padding:0px; +/* padding:0px; This make combo crazy */ } .ui-autocomplete ul { list-style-type:none;