Skip to content

Commit

Permalink
Merge pull request #9898 from ProfEibe/master
Browse files Browse the repository at this point in the history
Fixed #9895 - Avatar-Images are overflowing circle-shaped parent-Div
  • Loading branch information
yigitfindikli committed Feb 16, 2021
2 parents 3c9c33f + 9391f7a commit 24286e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/components/avatar/avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@

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

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

.p-avatar img {
.p-avatar img {
width: 100%;
height: 100%;
}
}

0 comments on commit 24286e6

Please sign in to comment.