[bugfix] Stepper: fix min height (#716)

This commit is contained in:
neverland 2018-10-09 13:39:07 +08:00 committed by GitHub
parent 38fa8a3f02
commit c40a55d007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;