Azure / api-management-developer-portal

Developer portal provided by the Azure API Management service.
MIT License
478 stars 306 forks source link

Fixed heavily truncated description for APIs and Products #2386

Closed malincrist closed 5 months ago

malincrist commented 5 months ago

Problem

There is some inconsistency with how the description is truncated for APIs and Products.

Solution

Seems that truncateLastWord from html-truncate doesn't work as expected and is miscalculating where the truncation should happen. This attribute is also marked as deprecated from version 1.0.0, so we can remove it and allow the last word to be truncated.

For the same text:

Closes #2260 , #2259

github-actions[bot] commented 5 months ago

Accessibility Insights Accessibility Insights Action: All applicable checks passed