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
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 ![]()