fix textarea size
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user