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

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
surya250
Posts: 3
Joined: Thu Apr 13, 2017

17 Apr 2017

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

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

17 Apr 2017

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.

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 19 guests