style: perf max-width rule #1270

Merged
jsegarra merged 1 commits from hotfix_checbox_css into master 2025-01-22 13:09:49 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -308,11 +308,11 @@ input::-webkit-inner-spin-button {
} }
.q-item > .q-item__section:has(.q-checkbox) { .q-item > .q-item__section:has(.q-checkbox) {
max-width: min-content; max-width: fit-content;
} }
.row > .column:has(.q-checkbox) { .row > .column:has(.q-checkbox) {
max-width: min-content; max-width: fit-content;
} }
.q-field__inner { .q-field__inner {
.q-field__control { .q-field__control {