-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
white-space: nowrap cutting off instead of wrapping #302
Comments
Thanks for doing this! It's probably best to clean up the foundation first, it's not super critical for my project at the moment anyway. |
Thank for reminding me that we need to keep min/max width functions in sync with inline boxing function. |
Any news concerning this Ticket ? Thanks in advance. |
I need a workaround, too. |
Running the following snippet:
... produces this output: white_space_nowrap_bug.pdf
I expected all text to be displayed and a line break before
should wrap together
. Am I doing something wrong? My HTML skills are admittedly pretty rusty.The text was updated successfully, but these errors were encountered: