Skip to content

Commit

Permalink
fix(components): [avatar] set img tag's width attribute (#13844)
Browse files Browse the repository at this point in the history
  • Loading branch information
yj-liuzepeng committed Aug 3, 2023
1 parent 69dcee0 commit aa74616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-chalk/src/avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

> img {
display: block;
width: 100%;
height: 100%;
}

Expand Down

0 comments on commit aa74616

Please sign in to comment.