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
Showing only changes of commit 0658785a9a - Show all commits

View File

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