Skip to content

Commit

Permalink
[bugfix] Stepper: fix min height (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Oct 9, 2018
1 parent 38fa8a3 commit c40a55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stepper/index.less
Expand Up @@ -76,6 +76,7 @@
width: 33px;
height: 26px;
padding: 1px;
min-height: 0; // reset wechat default min height
border: 1px solid @border-color;
border-width: 1px 0;
border-radius: 0;
Expand Down

0 comments on commit c40a55d

Please sign in to comment.