Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Paragraph does not wrap text.

SA-36920

Summary



The user has a paragraph rule with "Wrap text" selected embeded in a section but the UI renders but does nto "wrap" the text.


Error Messages



Not Applicable

Steps to Reproduce

  1. Embed a long paragraph in a section.
  2. Configure a flow to display the section

Root Cause



A defect in Pegasystems’ code or rules,

The Dynamic Layout which hosts the Paragraph is configured to render in flexbox mode. IE11 is known to have problems with nested flex elements (Dynamic Layout generates nested flex elements).

Resolution



Perform the following local-change:

1. Add the following code in the user work form:
<style>
.field-item>span {
word-break: break-word;
}
</style>


NOTE: The [.field-item>span] is the tag within which the text area field is displayed and the tag was found using the developer tool of the browser.

Published April 25, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us