Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix border radius when avatar has custom size
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
components/avatar/style/index.less
|
@@ -43,7 +43,7 @@ |
|
|
width: @size; |
|
|
height: @size; |
|
|
line-height: @size; |
|
|
border-radius: @size / 2; |
|
|
border-radius: 50%; |
|
|
|
|
|
& > * { |
|
|
line-height: @size; |
|
|