From 1fd1562f473450cdfc4e1fc5a6dfcb2cc50be608 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 25 Mar 2020 11:38:29 +0800 Subject: [PATCH] * fix bug #3045. --- www/theme/default/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 34b153b606..9c1d1cce43 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -23,6 +23,9 @@ #dropMenu.show-right-col .col-left>.list-group{width:250px;max-width:260px;} #dropMenu.show-right-col .col-right>.list-group{width:250px;max-width:260px;} #dropMenu .col-footer{width:230px;} +#dropMenu.has-search-text .list-group{overflow-x:hidden;} +#dropMenu.has-search-text .col-footer{display:none;} +#dropMenu.has-search-text .col-right .list-group {margin-bottom: 0px;} .main-actions .btn-toolbar .divider {margin-right:8px !important; margin-left: 8px !important;} .main-actions .btn-toolbar .btn + .btn {margin-left: 8px !important;}