fix textarea size
All checks were successful
Build Docker / deploy (push) Successful in 1m9s
Build Docker / build (push) Successful in 1m5s

This commit is contained in:
2026-05-17 23:17:24 +03:00
parent f6e9b359ce
commit adfcbd2aff

View File

@@ -606,7 +606,7 @@
<label class="label_1">Комментарий
<textarea cols="1.5" rows="1" type="text" name="lastName" id="text_field"
placeholder="Напишите здесь о ваших особых предпочтениях и аллергиях"></textarea>
placeholder="Напишите здесь о ваших особых предпочтениях и аллергиях" style="resize: both; max-width: 300px; max-height: 300px; min-height: 150px; min-width: 150px;"></textarea>
</label>
</div>