9 lines
176 B
CSS
9 lines
176 B
CSS
|
.v-selection-control-group {
|
||
|
grid-area: control;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.v-selection-control-group--inline {
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
}
|