Skip to content

Commit

Permalink
fix(AsideHeader): fix CollapseButton min-height (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGenius authored Jun 19, 2024
1 parent ded1bf8 commit e75e080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $buttonHeight: 20px;

box-sizing: border-box;
overflow: hidden;
height: $buttonHeight;
min-height: $buttonHeight;
border-top: 1px solid
var(--gn-aside-header-divider-horizontal-color, var(--_--horizontal-divider-line-color));

Expand Down

0 comments on commit e75e080

Please sign in to comment.