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

You could apply a table, table-cell fallback for non-supported browsers #43

Open
dagda1 opened this issue Jan 28, 2018 · 2 comments
Open

Comments

@dagda1
Copy link

dagda1 commented Jan 28, 2018

Currently there is no fallback for browsers that do not support flexbox for equal.

You could make .equal this:

.gel-layout--equal {
  display: table;
  table-layout: fixed;
  width: 100%;
  display: flex;
}

.gel-layout--equal > .gel-layout__item {
    display: table-cell;
    display: -webkit-flex;
    display: flex;
} 

Would you be open to a PR that did this?

@dagda1
Copy link
Author

dagda1 commented Feb 7, 2018

anybody home?

@tsouk
Copy link
Contributor

tsouk commented Feb 7, 2018

hey @dagda1

Sure, we're always open to PRs!
Also, I like this change!

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