fix(Icon): fix badge number align (#6975)

* Revert "fix(Info): number vertical align center (#6952)"

This reverts commit 3eb8e00843.

* style(Icon): fix badge number align

* fix(Icon): line-height
This commit is contained in:
neverland
2020-08-10 15:55:03 +08:00
committed by GitHub
parent 684f2f41b9
commit eb9c758acf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
color: @info-color;
font-weight: @info-font-weight;
font-size: @info-font-size;
font-family: @info-font-family;
line-height: 1.2;
text-align: center;
background-color: @info-background-color;