Skip to content

Commit 1d40bdc

Browse files
authored
fix: resolve menu item wrapping issue (#12346)
1 parent 3b62197 commit 1d40bdc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/layout/components/Sidebar/index.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
background-color: var(--el-menu-item-bg-color);
1010
margin: 7px 0;
1111
height: 42px;
12-
line-height: 42px;
1312
box-shadow: 0px 0px 4px rgba(0, 94, 235, 0.1);
1413
box-sizing: border-box;
1514

@@ -54,7 +53,6 @@
5453
box-shadow: 0 0 4px rgba(0, 94, 235, 0.1);
5554
margin-top: 7px;
5655
height: 42px;
57-
line-height: 42px;
5856
border-radius: 4px;
5957
&:hover {
6058
.el-icon {

0 commit comments

Comments
 (0)