From 51714b4a3309b9346c1cb5251febad54f3a2d44b Mon Sep 17 00:00:00 2001 From: Edmondas Girkantas Date: Sun, 28 Apr 2024 11:51:27 +0300 Subject: [PATCH] feat: autosize text area inputs --- templates/edit.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/templates/edit.html b/templates/edit.html index 4a3325b4..610d9875 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -418,4 +418,22 @@
{% trans %}Edit zone{% endtrans %} "{{ zone_name_to_display }}" {% endif %} - \ No newline at end of file + + + \ No newline at end of file