Commit 7b959eba7e02b819d0c6c48b6856fde8b124c18a
1 parent
0823f88b
update Badge style
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/styles/components/badge.less
| @@ -95,9 +95,10 @@ | @@ -95,9 +95,10 @@ | ||
| 95 | background-color: @warning-color; | 95 | background-color: @warning-color; |
| 96 | } | 96 | } |
| 97 | &-text { | 97 | &-text { |
| 98 | + display: inline-block; | ||
| 98 | color: @text-color; | 99 | color: @text-color; |
| 99 | font-size: @font-size-small; | 100 | font-size: @font-size-small; |
| 100 | - margin-left: 8px; | 101 | + margin-left: 6px; |
| 101 | } | 102 | } |
| 102 | } | 103 | } |
| 103 | } | 104 | } |