Skip to content

Commit

Permalink
fix(kit): contain width for img in avatar (#8723)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 28, 2024
1 parent c7bc044 commit c9014a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/kit/components/avatar/avatar.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

&._svg img {
padding: 20%;
object-fit: contain;
}

tui-icon {
Expand Down

0 comments on commit c9014a2

Please sign in to comment.