8 lines
165 B
CSS
8 lines
165 B
CSS
@layer vuetify-components {
|
|
.v-checkbox.v-input {
|
|
flex: 0 1 auto;
|
|
}
|
|
.v-checkbox .v-selection-control {
|
|
min-height: var(--v-input-control-height);
|
|
}
|
|
} |