Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-timeline-item): correct wrapping on long text #10483

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

hinzzx
Copy link
Contributor

@hinzzx hinzzx commented Jan 7, 2025

Previously within our ui5-timeline-item component, when an exceptionally long text was provided in the title-text, subtitle-text or name properties, the content was being hidden due to missing properties for text wrapping.

With this change we now correctly wrap the words of the content, by leveraging the word-break CSS property, so now the whole content is being shown.

Before

2025-01-07_15-11-53

After

2025-01-07_15-12-29

Fixes: #10303

@unazko unazko requested review from unazko and removed request for unazko January 13, 2025 13:49
Copy link
Member

@Todor-ads Todor-ads left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@hinzzx hinzzx marked this pull request as ready for review January 23, 2025 08:12
@hinzzx hinzzx merged commit bf4c816 into main Jan 23, 2025
10 checks passed
@hinzzx hinzzx deleted the tli-txt-wrapping-fix branch January 23, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SF][Timeline]: [Long Text Overflow]
3 participants