From cb6e556508855f89395c61c27aff892e01d2f860 Mon Sep 17 00:00:00 2001 From: ssongliu Date: Thu, 26 Mar 2026 17:08:22 +0800 Subject: [PATCH] fix: resolve menu item wrapping issue --- frontend/src/layout/components/Sidebar/index.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/layout/components/Sidebar/index.scss b/frontend/src/layout/components/Sidebar/index.scss index 408a766c18b2..098b8f83c882 100644 --- a/frontend/src/layout/components/Sidebar/index.scss +++ b/frontend/src/layout/components/Sidebar/index.scss @@ -9,7 +9,6 @@ background-color: var(--el-menu-item-bg-color); margin: 7px 0; height: 42px; - line-height: 42px; box-shadow: 0px 0px 4px rgba(0, 94, 235, 0.1); box-sizing: border-box; @@ -54,7 +53,6 @@ box-shadow: 0 0 4px rgba(0, 94, 235, 0.1); margin-top: 7px; height: 42px; - line-height: 42px; border-radius: 4px; &:hover { .el-icon {