Page 1 of 1

Multiple Lines of Text Height

Posted: 27 Nov 2019
by chturner1987
I know that I can change the width of the Multiple Lines of Text fields but I really want to be able to change the height of the box instead. Is there a way to do that?

Re: Multiple Lines of Text Height

Posted: 28 Nov 2019
by mnikitina
Hello chturner1987,

You can set the default control height with the following CSS, paste it to the CSS Editor.
Please replace 'FieldName' with the internal name of the MultiLinePlainText field.

.fd_field[fd_name='FieldName'] > .fd_control .ms-long {
height: 500px;
}