controlling width of textbox within a grid-
in this example, how do I set each textbox to different width keeping grid layout the same.
Thank you
controlling width of textbox within a grid-
in this example, how do I set each textbox to different width keeping grid layout the same.
Thank you
I’m not sure exactly what you are trying to do.
Try this :
label {
width : 60%;
}
Thanks, I wanted to create a form , with input controls of different sizes and not completely stretching to the size of container . This is for an ipad application. That helped.
updated- http://codepen.io/anon/pen/uhHgE