Knowledge Article page layouts are not wrapping correctly for Long Text or Rich Text Fields
Last updated 2017-09-08 ·Reference W-3997586 ·Reported By 4 users
Summary
In Summer'17, Long Text Field or Rich Text Field at Knowledge articles page are not wrapping correctly.
This issue occurs in IE 11
Repro
1. Add Long Text Field or Rich Text Field into Knowledge Article and set up to a Article Detailed page layout
2. Input long letter into the Fields and Save the record
3. open the Article Detail page
4. The long letter is not wrapping at the Field
Workaround
Add the following custom CSS into the Community.
-----
.selfServiceArticleHeaderDetail.article-summary {
word-wrap: break-word;
}
.selfServiceArticleView .forcePageBlockItemView {
width: 100%;
}
.selfServiceArticleView .forcePageBlockItemView span {
width: 100%;
}
-----
Steps to configure the Custom CSS:
1. Open Community Builder for the Community
2. Navigating Settings > Advanced > Head Markup
3. Input the code above and Save it
Reported By (4)
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.