Merge pull request #393 from QingWei-Li/fix/steps-style

Steps: fix line style in vertical mode
pull/395/head
杨奕 2016-10-13 16:23:13 +08:00 committed by GitHub
commit a8a835aaa2
1 changed files with 1 additions and 5 deletions

View File

@ -31,11 +31,6 @@
@when horizontal { @when horizontal {
right: 4px; right: 4px;
} }
@when vertical {
height: 55%;
margin-top: 35px;
}
} }
@when horizontal { @when horizontal {
@ -64,6 +59,7 @@
} }
@e icon { @e icon {
display: block;
line-height: 28px; line-height: 28px;
> * { > * {