Page 1 of 1

Multiple lines of text -Enhanced rich text how to allow scroll

Posted: 17 Apr 2017
by surya250
Multiple lines of text -Enhanced rich text how to allow scroll

Re: Multiple lines of text -Enhanced rich text how to allow scroll

Posted: 17 Apr 2017
by Dmitry Kozlov
Hi,

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;
}
Replace 'Text' with the internal name of the column.