Skip to content

Commit

Permalink
style(menu): change to border-box (element-plus#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
kooriookami authored Aug 23, 2021
1 parent 22baee9 commit 8920101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-chalk/src/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
margin: 0;
padding-left: 0;
background-color: var(--el-menu-background-color);
box-sizing: border-box;
@include utils-clearfix;
&.#{$namespace}-menu--horizontal {
border-bottom: solid 1px var(--el-menu-border-color);
Expand Down

0 comments on commit 8920101

Please sign in to comment.