From ea915e0b4f1379750daa90f780810fc1df057dcc Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 18 Mar 2023 19:05:05 +0800 Subject: [PATCH] fix --- web_src/css/base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_src/css/base.css b/web_src/css/base.css index 6cc7fe2821ff5..4bd3215901bdd 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -2542,10 +2542,10 @@ table th[data-sortt-desc] .svg { height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */ } -.ui.selection.dropdown > .search.icon, -.ui.selection.dropdown > .delete.icon, -.ui.selection.dropdown > .dropdown.icon { - top: 0 !important; +.ui.selection.dropdown > .svg.search.icon, +.ui.selection.dropdown > .svg.delete.icon, +.ui.selection.dropdown > .svg.dropdown.icon { + top: 0 !important; /* reset the ".ui.selection.dropdown > .xxx.icon {top}" if the icon is svg instead of the fomantic icon */ } .ui.dropdown.no-text > .dropdown.icon {