Merge pull request #15395 from ant-design/fix-badge-height

Fix Badge dot a litter higher
This commit is contained in:
偏右 2019-03-14 20:39:03 +08:00 committed by GitHub
commit 771b2c426a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,9 @@
}
&-not-a-wrapper {
vertical-align: middle;
&:not(.@{badge-prefix-cls}-status) {
vertical-align: middle;
}
.@{ant-prefix}-scroll-number {
position: relative;