forked from verdnatura/salix-front
style: remove space from checkbox
This commit is contained in:
parent
c0be47a2e4
commit
e3fa756b14
|
@ -293,6 +293,10 @@ input::-webkit-inner-spin-button {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.q-item > .q-item__section > .q-checkbox {
|
.q-item > .q-item__section:has(.q-checkbox) {
|
||||||
max-width: fit-content;
|
max-width: min-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row > .column:has(.q-checkbox) {
|
||||||
|
max-width: min-content;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue