This is an automated email from the ASF dual-hosted git repository.
dengliming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 0d6c64f4 fix: Font size is too large, causing display issues in some
browsers (#520)
0d6c64f4 is described below
commit 0d6c64f449fa60d5dd6d842bdd9a352bc3c418d8
Author: cntiger <[email protected]>
AuthorDate: Wed Mar 5 12:28:43 2025 +0800
fix: Font size is too large, causing display issues in some browsers (#520)
---
src/components/GlobalHeader/index.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/GlobalHeader/index.less
b/src/components/GlobalHeader/index.less
index 8d9a87c1..bd678e55 100644
--- a/src/components/GlobalHeader/index.less
+++ b/src/components/GlobalHeader/index.less
@@ -34,7 +34,7 @@
}
.text {
- font-size: 20px;
+ font-size: 16px;
font-weight: 600;
margin-left: 24px;
}