I have an input field inside a td that looks like:
the text in the field is:
"this is my text for now but I can't see it all"
As you can see I can only see the start of the text how can I get the rest of the text to display inside the text box without changing the size of the td. So, to maybe space out over 3 or 4 lines?
CSS is as follows at the moment:
height:100px;
width:100% !important;
padding:0px;
overflow:hidden;