mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 13:33:39 -07:00
fix text overlapping with checkbox on mobile
This commit is contained in:
parent
142079bcd5
commit
74e7de0fbf
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue