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

text-align-last causes problems in IE11 #26

Closed
gilluminate opened this issue Jul 8, 2016 · 3 comments
Closed

text-align-last causes problems in IE11 #26

gilluminate opened this issue Jul 8, 2016 · 3 comments

Comments

@gilluminate
Copy link
Contributor

test-align-last is inherited down through all of the elements within, so even though IE11 does support flexbox, it does support that property. That hack causes the need to supplement every usage of text-align: right to also contain text-align-last: right and so on or it is broken which is a major pain throughout an entire app.

@gilluminate
Copy link
Contributor Author

Actually, I was able to track it down a bit further. It appears that IE11 is not respecting 'start' or 'initial' as valid values and therefore 'left' is the only one being applied. So every time we use a text-align other than what has been set using the __justify--x modifier, we also have to apply text-align-last.

Is 'text-align-last' the only way to address the last row?

@leejordan
Copy link
Owner

I merged your PR and added a new commit to duplicate it in LESS

@leejordan
Copy link
Owner

Thanks for your help

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