Skip to content

Commit

Permalink
fix(VListItem): apply prepend/append badge margin correctly
Browse files Browse the repository at this point in the history
the nested selectors for margin-inline-start/end were an
accident
  • Loading branch information
johnleider committed Aug 9, 2023
1 parent a0d44ba commit e4e4f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VList/VListItem.sass
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
> .v-avatar
margin-inline-end: $list-item-avatar-margin-end

> .v-badge .v-icon,
> .v-badge,
> .v-icon
margin-inline-end: $list-item-icon-margin-end

Expand All @@ -83,7 +83,7 @@
> .v-avatar
margin-inline-start: $list-item-avatar-margin-start

> .v-badge .v-icon,
> .v-badge,
> .v-icon
margin-inline-start: $list-item-icon-margin-start

Expand Down

0 comments on commit e4e4f4c

Please sign in to comment.