Fix vertical align issue of empty button

close #12681
This commit is contained in:
afc163 2018-10-17 11:07:25 +08:00
parent ca49ecb4be
commit 86c11e5eb5

View File

@ -177,6 +177,11 @@
.christmas&-primary&-sm:before {
background-size: 56px;
}
// https://github.com/ant-design/ant-design/issues/12681
&:empty {
vertical-align: top;
}
}
a.@{btn-prefix-cls} {