Skip to content

Commit

Permalink
fix(VSpeedDial): apply even padding on speed-dial list
Browse files Browse the repository at this point in the history
fixes #8039
  • Loading branch information
johnleider committed Jul 26, 2019
1 parent 71d2b44 commit 4091792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VSpeedDial/VSpeedDial.sass
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.v-speed-dial__list
height: 100%
top: 0
padding: 0 16px

&-top,
&-bottom
Expand Down Expand Up @@ -66,7 +67,7 @@
align-items: center
display: flex
justify-content: center
padding-bottom: 16px
padding: 16px 0
position: absolute

.v-btn
Expand Down

0 comments on commit 4091792

Please sign in to comment.