liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
207 stars 470 forks source link

fix(@clayui/css) LPD-27401 - Allow long word links to break into multiple lines. #5829

Closed juanjofgliferay closed 3 months ago

juanjofgliferay commented 3 months ago

Jira ticket

https://liferay.atlassian.net/browse/LPD-27401

Issue

Table links with long words cannot break into multiple lines. The problem is the combination of the display: inline-flex property of the link elements with long words.

UI before

word-wrap-before

The second and fifth link samples should behave in the same way as the normal text.

UI after

word-wrap-after

pat270 commented 3 months ago

Closing this in favor of https://github.com/liferay/clay/pull/5830