11 lines
224 B
CSS
11 lines
224 B
CSS
@layer vuetify-components {
|
|
.v-selection-control-group {
|
|
grid-area: control;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.v-selection-control-group--inline {
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
} |