ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

fix(ui5-timeline-item): fix subtitle text overflows when long text provided

Open hinzzx opened this issue 11 months ago • 0 comments

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

image

After

image

Fixes: #8438

hinzzx avatar Mar 18 '24 08:03 hinzzx