style: limit space QCheckbox when is children's QItemSection
This commit is contained in:
parent
9c5125a4d2
commit
c0be47a2e4
|
@ -292,3 +292,7 @@ input::-webkit-inner-spin-button {
|
|||
.no-visible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.q-item > .q-item__section > .q-checkbox {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue