style: limit space QCheckbox when is children's QItemSection

This commit is contained in:
Javier Segarra 2024-11-26 11:29:52 +00:00
parent 9c5125a4d2
commit c0be47a2e4
1 changed files with 4 additions and 0 deletions

View File

@ -292,3 +292,7 @@ input::-webkit-inner-spin-button {
.no-visible {
visibility: hidden;
}
.q-item > .q-item__section > .q-checkbox {
max-width: fit-content;
}