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

refactor(ui5-title): wrap text by default #8916

Merged
merged 3 commits into from
May 9, 2024
Merged

Conversation

dimovpetar
Copy link
Contributor

@dimovpetar dimovpetar commented May 8, 2024

The text of ui5-title now wraps by default.

BREAKING CHANGE: wrapping-type property default value has changed from None to Normal.
Before:

<ui5-title>some very very very long title</ui5-title> <!-- would truncate the text if there is not enough space -->

Now:

<ui5-title>some very very very long title</ui5-title> <!-- would let the text wrap if there is not enough space -->

Related to #8461

Copy link
Member

@ilhan007 ilhan007 left a comment

Choose a reason for hiding this comment

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

We can also remove these

Screenshot 2024-05-08 at 21 04 18

@ilhan007 ilhan007 merged commit f267f50 into main May 9, 2024
10 checks passed
@ilhan007 ilhan007 deleted the title_default_wrapping branch May 9, 2024 14:04
@dimovpetar dimovpetar mentioned this pull request May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants