Keep text box same height
Posted: Wed Apr 30, 2014 12:29 am
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi David,
Please follow these steps:
1 Open your page in Design mode.
2 Activate "textarea" component by clicking on it.
3 Set in properties field "Class name" as "myImageStaticHeightTextArea".
4 Create CSS asset and fill it with the following code
.myImageStaticHeightTextArea{
Code: Select all
/* you should adjust this value according to your need */
height: 50px !important; }
/pre