Multiple lines of text -Enhanced rich text how to allow scroll
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
If you want to fix height of an RTE-field, insert the following code into CSS-editor:
Replace 'Text' with the internal name of the column.
If you want to fix height of an RTE-field, insert the following code into CSS-editor:
Code: Select all
.fd_field[fd_name='Text'] .ms-rtestate-write {
height: 200px;
overflow: auto;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 19 guests