From 5f7018d6841a0d59a5a529e6dc6e8aa5d19bc89b Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 4 Jan 2025 10:24:22 +0800 Subject: [PATCH] fix header font-size --- web_src/css/base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web_src/css/base.css b/web_src/css/base.css index 6f3697b7a853f..892482e357c3a 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -692,10 +692,13 @@ input:-webkit-autofill:active, } .ui.dropdown .menu > .header { - font-size: 0.8em; text-transform: none; /* reset fomantic's "uppercase" */ } +.ui.dropdown .menu > .header:not(.ui) { + font-size: 0.95em ; /* reset fomantic's small font-size */ +} + .ui .text.left { text-align: left !important; }