Skip to content

Commit

Permalink
feat(VBtn): inherit justify-items from root
Browse files Browse the repository at this point in the history
fixes #7896
  • Loading branch information
johnleider committed Jul 21, 2019
1 parent 126f891 commit c028904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
display: flex
// https://github.com/vuetifyjs/vuetify/issues/7580
flex: 1 0 auto
justify-content: center
justify-content: inherit
line-height: normal
// Fixes bug where IE11 moves
// button content when clicked
Expand Down

0 comments on commit c028904

Please sign in to comment.