Description
opened on Dec 18, 2024
This came up while trying to tackle #68020.
The anchor 'badge' in List View is truncated to prevent it from taking over the entire row:
In order to replace this ad hoc element with the Badge
component, it would need to be updated to support truncation.
The Text
component already supports truncation, so perhaps this is just a case of utilising Text
inside Badge
, and providing a way to pass the truncate
property down to Text
.
cc @WordPress/gutenberg-components
Metadata
Assignees
Labels
Type
Projects
Status
No status
Activity