cells align

This commit is contained in:
Pete Matsyburka
2024-12-13 00:24:29 +02:00
parent 5340af0bc6
commit 29fbdfbe2f
4 changed files with 16 additions and 6 deletions
+1
View File
@@ -168,6 +168,7 @@
<div
v-else-if="field.type === 'cells'"
class="w-full flex items-center"
:class="{ 'justify-end': field.preferences?.align === 'right' }"
>
<div
v-for="(char, index) in modelValue"