Skip to content

Commit

Permalink
fix(VBanner): align-items center
Browse files Browse the repository at this point in the history
fixes #16322
  • Loading branch information
johnleider committed Aug 9, 2023
1 parent 8009633 commit ddf79ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/components/VBanner/VBanner.sass
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
top: $banner-sticky-top

.v-banner__content
align-items: center
display: flex
grid-area: content

.v-banner__prepend
Expand Down

0 comments on commit ddf79ff

Please sign in to comment.