Remove space checkbox when is not hover #1002

Merged
jsegarra merged 8 commits from hotfix_checbox_css into master 2025-01-20 12:28:14 +00:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit e3fa756b14 - Show all commits

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;
}