Forums
Text area field not expand!
Hi artgrafix,
The height is being set by this CSS in media/template/bootstrap-6afc1fcf.css
Bob
The height is being set by this CSS in media/template/bootstrap-6afc1fcf.css
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input {I don't know what that is supposed to do - I suggest that you add CSS to the form to over-ride it.
border-radius: 0;
box-shadow: none;
height: 22px;
line-height: 22px;
color: #444
}
Bob
This topic is locked and no more replies can be posted.