Checkout/Account UI Extensions — Support text-overflow: ellipsis
#2447
Labels
enhancement
New feature or request
text-overflow: ellipsis
#2447
Please list the related package(s)
Checkout & Account React Extensions
If this related to specific APIs or components, please list them here
<Text>
,<TextBlock>
,<Heading>
Describe the changes you are looking for
Add a prop to the Text and its variant components to support
text-overflow: ellipsis
and ideallyline-clamp
. Right now, we have to either let the container clip the text or always have it wrap.@lemonmade
The text was updated successfully, but these errors were encountered: