Hi,
How to increase the lines on the message filed in the op-apartment template?
We have tried to increase the rows (from 7 to 20) value in the code bellow:
<div class="col-12 mb-4">
<textarea class="required sm-form-control border-form-control" id="template-contactform-message" name="template-contactform-message" rows="7" cols="30" placeholder="Your Message"></textarea>
</div>It looks like something in the css...
Thank you!
