Add margin to checkbox to prevent overlap with text on right, remove spaces

This commit is contained in:
Joe Knapper 2026-07-10 16:26:50 +01:00
parent bb38e11ba8
commit 2d0d91773b
3 changed files with 10 additions and 3 deletions

View file

@ -228,3 +228,11 @@ a:hover {
.uk-pagination > .uk-active > * {
color: @global-primary-background;
}
/*
* Checkboxes
*/
.uk-checkbox {
margin-right: 4px;
}

View file

@ -20,8 +20,7 @@
:value="option"
:checked="modelValue.includes(option)"
@change="toggleOption(option)"
/>
{{ option }}
/>{{ option }}
</label>
</div>
</div>