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 4 additions and 0 deletions
Showing only changes of commit c0be47a2e4 - Show all commits

View File

@ -292,3 +292,7 @@ input::-webkit-inner-spin-button {
.no-visible {
visibility: hidden;
}
.q-item > .q-item__section > .q-checkbox {
max-width: fit-content;
}