Support Article
Paragraph Bullet points are not visible in Accordion layout
SA-36810
Summary
Issue with accordion layouts when trying to display bullet points in the Paragraph rule.
It is working when normal section is used.

Error Messages
Not Applicable
Steps to Reproduce
1. Include a paragraph rule with bullet points.
2. In a section, include this paragraph rule inside Accordion.
3. In the same section, include the paragraph rule using section Include.
Issue: Bullet points are not visible in Accordion whereas in section, they are.
Root Cause
A defect in Pegasystems’ code or rules which is partially fixed in Pega 7.2.2.
Resolution
User can save as UserWorkForm to application ruleset.
Place the below style in UserWorkForm:
<style>
.headerAccordion .tabpanelnofocus ul{
margin-left: 30px;
}
. headerAccordion .tabpanelnofocus li{
display: list-item;
list-style-type: disc;
-webkit-margin-start: 15px;
}
</style>

Note: According to the HTML markup, the above style needs adjustment.
Published May 9, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.