mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Enable autosizing for some textboxes
This commit makes textboxes auto-resize any time they might be used to enter long passages of text which would otherwise make them scroll internally.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</p>
|
||||
</div>
|
||||
{% call form_wrapper() %}
|
||||
{{ textbox(form.feedback, width='1-1', hint='', rows=10) }}
|
||||
{{ textbox(form.feedback, width='1-1', hint='', rows=10, autosize=True) }}
|
||||
{% if not current_user.is_authenticated %}
|
||||
{{ textbox(form.name, width='1-1') }}
|
||||
{{ textbox(form.email_address, width='1-1') }}
|
||||
|
||||
Reference in New Issue
Block a user