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
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
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;
}
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.