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

Layout container information is unresponsive

SA-86370

Summary



On adding information to collapsible containers, the fields move out of their layout containers and display on consecutive lines instead of inline. Additionally, images do not load.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a Layout container.
  2. Add multiple dynamic layouts.
  3. Add labels, text inputs, and dropdowns with more text.


Root Cause



An issue in the custom application code or rules.

Pega default styles were overridden.


Resolution



Perform the following local-change:

Add the below code in the UserWorkForm:

<style>
@media (min-width: 481px) and (max-width: 1024px) { 
    .ie .header-content, .ie #ScreenFlowTabs ul{
        display: block;
    }
  div[node_name="EditBusinessEntityInfo"] .layout-content-fbiedoublesplit .content-item.content-layout.item-2.flex.flex-row
.content-item.content-field.item-1.flex.flex-row.dataValueWrite{

    margin-left: 20%;
  }
}
</style>

Published 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