David Mott
Posts: 0
Joined: Tue Apr 29, 2014 4:26 pm

keep text box same height

I'm trying to keep my text boxes the same height as the image right next to it. but when i preview it they are taller than my image and the bottom of the text box is lower than the image box. i was told to enter a some info in a css page? I'm new at this so bare with me. anyway can u please explain to me what EXACTLY to enter in that page to keep the text box the same height. lets say i want my box to be 50 tall.what do i enter for that?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

keep text box same height

Hello, David

Use the following CSS:

code [name=mobiletextarea] {
height:50px;
}/code

Name of your mobiletextarea component:
http://docs.appery.io/documentation/b...

Return to “Issues”