Page 1 of 1

Appended Text Wrap for Multiple Line text field

Posted: 02 Apr 2015
by Jdubs
I have Multiple Line text field in which I've set the "Append Changes to Existing Text" option to "Yes."

It works great, but the appended Notes do not wrap underneath the Text Box, and make the SP Form grow in length indefinetly.

How do I make the appended text wrap?


Here's a screenshot:

https://onedrive.live.com/redir?resid=c ... hoto%2cpng

Re: Appended Text Wrap for Multiple Line text field

Posted: 03 Apr 2015
by Dmitry Kozlov
Hi,

Please, assign a CSS class to the text field, say, my-text and define it in the CSS-editor following way:

Code: Select all

.my-text {
	width: 600px;
}