style: remove space from checkbox
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-26 11:36:05 +00:00
parent c0be47a2e4
commit e3fa756b14
1 changed files with 6 additions and 2 deletions

View File

@ -293,6 +293,10 @@ input::-webkit-inner-spin-button {
visibility: hidden;
}
.q-item > .q-item__section > .q-checkbox {
max-width: fit-content;
.q-item > .q-item__section:has(.q-checkbox) {
max-width: min-content;
}
.row > .column:has(.q-checkbox) {
max-width: min-content;
}