We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc8ed8 commit 426dd02Copy full SHA for 426dd02
packages/vuetify/src/components/VBtn/VBtn.sass
@@ -199,13 +199,13 @@
199
.v-icon
200
height: #{$size}px
201
font-size: #{$size}px
202
- width: #{$size}px
+ min-width: #{$size}px
203
204
.v-btn--icon
205
@each $name, $size in $btn-sizes
206
&.v-size--#{$name}
207
208
209
210
.v-btn--fab
211
&.v-btn--contained
@@ -224,7 +224,7 @@
224
@each $name, $size in $fab-sizes
225
226
227
228
229
&.v-btn--absolute
230
&.v-btn--bottom
0 commit comments