Skip to content

Commit

Permalink
fix(VSpeedDialg): change spacing between list and fab from margin to …
Browse files Browse the repository at this point in the history
…padding

fixes #8015
  • Loading branch information
johnleider committed Jul 25, 2019
1 parent c31b01d commit 4bfd0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VSpeedDial/VSpeedDial.sass
Expand Up @@ -66,7 +66,7 @@
align-items: center
display: flex
justify-content: center
margin-bottom: 16px
padding-bottom: 16px
position: absolute

.v-btn
Expand Down

0 comments on commit 4bfd0b4

Please sign in to comment.