Forums

Text area field not expand!

artgrafik 10 Jul, 2017
Hi,
I use ChronoformsV6.
I put a Text Area with 5 rows.

In preview I just see 1 row.


See here
GreyHead 14 Jul, 2017
Hi artgrafix,

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 {
border-radius: 0;
box-shadow: none;
height: 22px;
line-height: 22px;
color: #444
}
I don't know what that is supposed to do - I suggest that you add CSS to the form to over-ride it.

Bob
giorgosx 11 Sep, 2018
Add custom CSS to the form to over-ride it
#message_id {
height: auto !important;
}
This topic is locked and no more replies can be posted.