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

278 inputgroup flexbox #279

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

278 inputgroup flexbox #279

wants to merge 8 commits into from

Conversation

alpower
Copy link
Contributor

@alpower alpower commented Sep 25, 2018

converting input group to use flexbox with a display: table fallback.

border-radius: 0;
}
& > * { // lesshint universalSelector: false
display: inline-block;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think swapping this for inline-flex might fix it in IE9-10.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no because this is a selector for the children, not the parent. inline-block is fine, and is overridden by the flex declaration on the parent. Have now fixed all IE alignment issues FTW 👍

Al Power added 4 commits September 26, 2018 12:29
progressively enhance, and means we can override the widths for IE.
works for buttons and div.buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants