From 932f91eb6160c425ee4fdbe80b820af1f18094d4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Feb 2020 23:11:39 +0100 Subject: [PATCH] css --- htdocs/website/class/website.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index 32757900906..234542100a3 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1396,7 +1396,7 @@ class Website extends CommonObject ul.componentSelectLang'.$htmlname.' { width: 150px; } ul.componentSelectLang'.$htmlname.':hover .fa { visibility: hidden; } .componentSelectLang'.$htmlname.' a { text-decoration: none; width: 100%; } - .componentSelectLang'.$htmlname.' li { display: block; padding: 0px 20px; } + .componentSelectLang'.$htmlname.' li { display: block; padding: 0px 15px; margin-left: 0; margin-right: 0; } .componentSelectLang'.$htmlname.' li:hover { background-color: #EEE; } '; $out .= '';