Merge pull request 'style: perf max-width rule' (!1270) from hotfix_checbox_css into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1270
Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-01-22 13:09:48 +00:00
commit 3ef43531c3
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) {
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 {