Skip to content

Commit

Permalink
feat(Circle): improve text padding
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Mar 21, 2020
1 parent de585e8 commit 10f32d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/circle/index.less
Expand Up @@ -22,7 +22,9 @@
position: absolute;
top: 50%;
left: 0;
box-sizing: border-box;
width: 100%;
padding: 0 @padding-base;
color: @circle-text-color;
font-weight: @circle-text-font-weight;
font-size: @circle-text-font-size;
Expand Down

0 comments on commit 10f32d6

Please sign in to comment.