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

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


 
  1. Create a Pega survey
  2. Create a question with the answer next to it 
  3. 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

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