Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Tall nowrap elements are cropped and the excess is discarded #51

Open
masonator opened this issue Dec 4, 2015 · 0 comments
Open

Tall nowrap elements are cropped and the excess is discarded #51

masonator opened this issue Dec 4, 2015 · 0 comments

Comments

@masonator
Copy link

If you have a nowrap element which is too tall for the column then the excess gets trimmed off and discarded. E.g. here - the text in yellow spills off the bottom and is never flowed into the next column.

Would a better approach be to see if the element is taller than the column and, if so, remove the nowrap restriction instead of being forced to lose content? Lesser of two evils?

However, this test makes it seem like this is explicitly intended behaviour so maybe I'm missing something.

Happy to see about addressing this if you agree with the suggestion above!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant