Multiple Lines of Text Height
-
- Posts: 1
- Joined: Wed Nov 27, 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?
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;
}
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;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 10 guests