ui5-webcomponents
ui5-webcomponents copied to clipboard
fix(ui5-timeline-item): fix subtitle text overflows when long text provided
When having a long subTitle
text in a <ui5-timeline-item>
, the text is getting truncated without an ellipsis and the item is getting cut from the side.
With this change we fix the unwanted border and text cut from the side.
Before
After
Fixes: #8438