Skip to content

Commit

Permalink
fix(VAvatar): force v-img to inherit avatar height/width
Browse files Browse the repository at this point in the history
fixes #8056
  • Loading branch information
johnleider committed Jul 26, 2019
1 parent 50180ea commit de68a07
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/vuetify/src/components/VAvatar/VAvatar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@

img,
.v-icon,
.v-image
border-radius: 50%
.v-image,
.v-responsive__content
border-radius: inherit
display: inline-flex
height: inherit
width: inherit

&--tile
border-radius: 0

img,
.v-icon,
.v-image
border-radius: 0

0 comments on commit de68a07

Please sign in to comment.