Skip to content

Commit 61aa881

Browse files
authored
fix: arraywidget mobile button (#835)
1 parent 8712d87 commit 61aa881

File tree

1 file changed

+1
-1
lines changed
  • src/unfold/contrib/forms/templates/unfold/forms

1 file changed

+1
-1
lines changed

src/unfold/contrib/forms/templates/unfold/forms/array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</template>
2727

2828
<div class="flex flex-row">
29-
<div x-on:click="items.push({ key: new Date().getTime()})" class="bg-primary-600 border border-transparent cursor-pointer font-medium inline-block px-3 py-2 rounded-md text-sm text-white w-full lg:w-auto">
29+
<div x-on:click="items.push({ key: new Date().getTime()})" class="bg-primary-600 border border-transparent cursor-pointer font-medium inline-block px-3 py-2 rounded-md text-center text-sm text-white w-full lg:w-auto">
3030
{% trans "Add new item" %}
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)