format cells

This commit is contained in:
Pete Matsyburka
2026-01-30 11:21:47 +02:00
parent bccc78ee65
commit 2fc5e9cfb3
4 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -182,8 +182,8 @@
</div>
<div
v-else-if="field.type === 'cells'"
class="w-full flex items-center"
:class="{ 'justify-end': field.preferences?.align === 'right', ...fontClasses }"
class="w-full flex"
:class="{ 'justify-end': field.preferences?.align === 'right', ...alignClasses, ...fontClasses }"
>
<div
v-for="(char, index) in modelValue"