Overlapping text in developer portal when viewing the apps

Not applicable

When viewing the app, the product name and its description are overlapping. The text overlap is handled incorrectly. Is there a way we can wrap the text correctly without causing it to overlap?

Please check the image for further clarity

4683-screen-shot-2017-04-18-at-125828-pm.png

Solved Solved
1 3 205
1 ACCEPTED SOLUTION

Thank you @Prashant Kukde for highlighting this issue & Welcome to Apigee Community,

You can fix same by updating css, Navigate to portal settings page themes section, Paste below css code & publish the changes.

.apiproduct-row .col-lg-2{

    word-wrap: break-word;

}

4684-portals-apigee.png

I will let engineering team know above this issue & have this fix in next release.

@harsh , @Chris Novak FYI

View solution in original post

3 REPLIES 3

Thank you @Prashant Kukde for highlighting this issue & Welcome to Apigee Community,

You can fix same by updating css, Navigate to portal settings page themes section, Paste below css code & publish the changes.

.apiproduct-row .col-lg-2{

    word-wrap: break-word;

}

4684-portals-apigee.png

I will let engineering team know above this issue & have this fix in next release.

@harsh , @Chris Novak FYI

Thank you @Anil Sagar. It helped.

Thanks @Anil Sagar & @Prashant Kukde I added this issue to get fixed in our next release. Glad to hear Anil's workaround fixed the issue for now.