TextArea component size
Posted: Thu Nov 28, 2013 8:58 am
Hi
I have problems with Textarea component. In editor, i can make the Texarea component big, but when i'm in test, the textarea have initial resolution. How i can fix it? thanks
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
I have problems with Textarea component. In editor, i can make the Texarea component big, but when i'm in test, the textarea have initial resolution. How i can fix it? thanks
Hi Jordi,
Add the following custom CSS code:precodetextarea[name=mobiletextarea_4]{
height:200px !important;
}/code/preWhere 'mobiletextarea_4' is a component name,
200px is a desired height.
Thanks Katya ![]()