#newb1

1 messages · Page 1 of 1 (latest)

reef cragBOT
green crag
#

Hey there

fickle stone
#

hey

green crag
#

Err actually when you are talking about height you specifically mean the height of the div?

fickle stone
#

not sure since it's in an iframe. the field appearance is very thin comparaed to other input fields in the form

#

usually something like min-height resolves but can't figure where to put it

green crag
#

Oh I see

#

Yeah you want to style the height of your div for card-element

fickle stone
#

and that's done in the js?

green crag
#

So you would do something like #card-element { border-radius: 4px 4px 0 0 ; padding: 12px; border: 1px solid rgba(50, 50, 93, 0.1); height: 44px; width: 100%; background: white; } with CSS

#

Or you can do it directly in your JS, yeah.

fickle stone
#

got it, will go css

#

thanks