Skip to content

Commit

Permalink
fix(VBadge): add removed display css property
Browse files Browse the repository at this point in the history
fixes #12083

broken by bc7d409 confirmed #14991 is still
good
  • Loading branch information
johnleider committed Mar 27, 2023
1 parent 7e7a467 commit 8f8f2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VBadge/VBadge.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.v-badge__badge
align-items: center
display: inline-flex
border-radius: $badge-border-radius
font-size: $badge-font-size
font-weight: $badge-font-weight
Expand Down

0 comments on commit 8f8f2ea

Please sign in to comment.