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

Add word-break: break-word with break-word #10481

Closed
wants to merge 1 commit into from

Conversation

loqimean
Copy link

@loqimean loqimean commented Feb 3, 2023

Add new CSS style, because break-words isn't working properly (not break words to new line as I need)

Screenshot 2023-02-03 at 13 51 50

Should be "приватних" together, like next:

Screenshot 2023-02-03 at 13 55 56

@loqimean loqimean changed the title Add word-break: keep-all with break-keep Add word-break: break-word with break-word Feb 3, 2023
@thecrypticace
Copy link
Contributor

Hey, so break-word has been deprecated which is why it is not included. You may need to include min-w-0 on your element to make it wrap properly.

For more information you can see this comment on a similar issue: #10004 (comment)

@loqimean loqimean deleted the patch-1 branch February 6, 2023 08:29
@loqimean
Copy link
Author

loqimean commented Feb 6, 2023

Hey, so break-word has been deprecated which is why it is not included. You may need to include min-w-0 on your element to make it wrap properly.

For more information you can see this comment on a similar issue: #10004 (comment)

thx

@serkodev
Copy link

serkodev commented Oct 3, 2023

#12127 Created a related research and discussion for this issue.

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.

None yet

3 participants