reduce textarea size

This commit is contained in:
Pete Matsyburka
2024-09-13 23:27:23 +03:00
committed by Oleksandr Turchyn
parent 2e132d8b5a
commit 17fc6e2f1c
+1 -1
View File
@@ -5,7 +5,7 @@
<emails-textarea data-bulk-enabled="<%= Docuseal.demo? || !Docuseal.multitenant? || can?(:manage, :bulk_send) %>" data-limit="<%= Docuseal.multitenant? ? (can?(:manage, :bulk_send) ? 40 : 1) : nil %>">
<submitters-autocomplete data-field="email" class="block relative">
<autoresize-textarea>
<%= f.text_area :emails, required: true, class: 'base-textarea w-full !text-lg', placeholder: 'Type emails here...', rows: 4 %>
<%= f.text_area :emails, required: true, class: 'base-textarea w-full !text-lg', placeholder: 'Type emails here...', rows: 2 %>
</autoresize-textarea>
</submitters-autocomplete>
</emails-textarea>