fix text overlapping with checkbox on mobile

This commit is contained in:
Michael Genson 2025-08-04 16:57:35 +00:00
commit 74e7de0fbf

View file

@ -13,7 +13,7 @@
v-model="listItem.checked"
hide-details
density="compact"
class="mt-0"
class="mt-0 flex-shrink-0"
color="null"
@change="$emit('checked', listItem)"
/>