Appended Text Wrap for Multiple Line text field
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
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
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Please, assign a CSS class to the text field, say, my-text and define it in the CSS-editor following way:
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;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 19 guests