Skip to content

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

Closed
loqimean wants to merge 1 commit intotailwindlabs:masterfrom
loqimean:patch-1
Closed

Add word-break: break-word with break-word#10481
loqimean wants to merge 1 commit intotailwindlabs:masterfrom
loqimean:patch-1

Conversation

@loqimean
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

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.

3 participants