Skip to content

Commit

Permalink
Fixed #1116 - Circle shape is broken for Avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 25, 2021
1 parent ee9d2fb commit f23cca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/avatar/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ export default {
.p-avatar.p-avatar-circle {
border-radius: 50%;
}
.p-avatar-circle img {
border-radius: 50%;
}
.p-avatar .p-avatar-icon {
font-size: 1rem;
}
Expand Down

0 comments on commit f23cca7

Please sign in to comment.