Skip to content

Commit

Permalink
Fixed #1773 - Avatar with image and shape="circle" doesn't have borde…
Browse files Browse the repository at this point in the history
…r-radius style
  • Loading branch information
mertsincan committed Jan 26, 2021
1 parent d735e49 commit 226287c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/avatar/Avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
border-radius: 50%;
}

.p-avatar-circle img {
border-radius: 50%;
}

.p-avatar .p-avatar-icon {
font-size: 1rem;
}
Expand Down

0 comments on commit 226287c

Please sign in to comment.