Skip to content

Commit

Permalink
fix(pro:layout): remove [display: flex] from [menu-vertical] (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darma1106 committed Oct 1, 2022
1 parent 295c9ad commit f657147
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/pro/layout/style/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
&-vertical {
font-size: @pro-layout-header-vertical-menu-item-font-size;
padding: 4px 8px;
display: flex;
border-radius: @border-radius-sm;

.@{menu-prefix}-item-group > .@{menu-prefix}-item-group-content {
Expand All @@ -82,7 +81,7 @@
&-item {
height: @pro-layout-header-vertical-menu-item-line-height;
line-height: @pro-layout-header-vertical-menu-item-line-height;


&-group-label {
padding-left: 16px;
Expand All @@ -96,7 +95,7 @@
}

&-dark {
.header-overlay-themes('dark')
.header-overlay-themes('dark')
}
}
}

0 comments on commit f657147

Please sign in to comment.