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

Fix flex issues in IE11 #38

Merged
merged 1 commit into from
Apr 4, 2018
Merged

Fix flex issues in IE11 #38

merged 1 commit into from
Apr 4, 2018

Conversation

eugene1g
Copy link
Contributor

@eugene1g eugene1g commented Apr 3, 2018

Description

IE11 has issues with vertically flexed items when the flex property is defined in the short form e.g. "flex: 1". This update expands the definition to their full form which resolved major layout issues in IE11. (sort of fixes #18)

Screenshots (if appropriate):

Before
before

After
after

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@codecalm
Copy link
Member

codecalm commented Apr 4, 2018

thanks @eugene1g for contributing!!

@codecalm codecalm merged commit 9f53ef5 into tabler:master Apr 4, 2018
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

2 participants