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
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:
commit
3ef43531c3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue