Skip to content

Commit

Permalink
fix: fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
kooriookami authored and HerringtonDarkholme committed Jun 19, 2021
1 parent 99db792 commit b2a78c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/theme-chalk/src/cascader-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
}

@include b(cascader-menu) {
height: unset !important;
min-width: 180px;
box-sizing: border-box;
color: $--cascader-menu-font-color;
border-right: $--cascader-menu-border;

&:last-child {
border-right: none;

.#{$namespace}-cascader-node {
padding-right: 20px;
}
Expand Down Expand Up @@ -82,6 +84,7 @@

&:not(.is-disabled) {
cursor: pointer;

&:hover, &:focus {
background: $--cascader-node-background-hover;
}
Expand Down

0 comments on commit b2a78c1

Please sign in to comment.