Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix border radius when avatar has custom size
  • Loading branch information
afc163 committed Jul 13, 2018
1 parent 5732b6e commit e1e6523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/avatar/style/index.less
Expand Up @@ -43,7 +43,7 @@
width: @size;
height: @size;
line-height: @size;
border-radius: @size / 2;
border-radius: 50%;

& > * {
line-height: @size;
Expand Down

0 comments on commit e1e6523

Please sign in to comment.