Support Article
Requirement to change allotment of Pega survey questions layout
SA-76776
Summary
Pega survey questions layout is divided into two parts, 50% of the layout is allotted for the questions and the remaining 50% is allotted for the answers. User requires 75% of the layout for the questions and 25% of the layout for the answers.
Error Messages
Not Applicable
Steps to Reproduce
- Create a Pega survey
- Create a question with the answer next to it
- Run the survey
Root Cause
An issue in the custom application code or rules.
Resolution
Perform the following local-change:
Add the below code to the respective harness:
.content-inline>.content-item>.content-inner {
min-width: 0.0px;
width: 150%;
vertical-align: top;
display: block;
min-height: 28.0px;
height: auto;
}
div.radioTable{
margin-left: 45%
}
Published April 5, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.