Multiple Lines of Text Height

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
chturner1987
Posts: 1
Joined: Wed Nov 27, 2019

27 Nov 2019

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?

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

28 Nov 2019

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;
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests