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

Display: flex not working #77

Closed
lllopo opened this issue Aug 5, 2015 · 1 comment
Closed

Display: flex not working #77

lllopo opened this issue Aug 5, 2015 · 1 comment

Comments

@lllopo
Copy link

lllopo commented Aug 5, 2015

There was an issue with display: inline-* that I see fixed, but pretty much the same goes for display: flex. It gets replaced with display: block and this leads to wrong height.
Both lines :
if (display !== 'inline-block' && display !== 'inline-flex')
should become
if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex')

@liabru
Copy link
Owner

liabru commented Nov 9, 2015

Can you provide an example case like in #68 so I can add it to the test page? Thanks.

@liabru liabru closed this as completed in dc53a49 Nov 10, 2015
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

No branches or pull requests

2 participants