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

Issue 10416 - input-group buttons not sized properly #10456

Merged
merged 5 commits into from Aug 4, 2017
Merged

Issue 10416 - input-group buttons not sized properly #10456

merged 5 commits into from Aug 4, 2017

Conversation

gskaplan
Copy link
Contributor

This fix resolve the issue where input-group-buttons aren't filling up the entire space of the parent container. Thanks to @rafibomb for helping with the code. This relates to issue #10416.

Please review as necessary. @IamManchanda.

Adjusted height for flex mode to fill parent container. Added two tests
- one for flex/xygrid and the other for flow mode.
@IamManchanda
Copy link
Contributor

Thanks digging it in!

@IamManchanda
Copy link
Contributor

@gskaplan Please rename input-group-flow.html to input-group-float.html

@gskaplan
Copy link
Contributor Author

Renamed and new PR created.

@@ -107,6 +107,7 @@ $input-prefix-padding: 1rem !default;

@if $global-flexbox {
flex: 0 0 auto;
display: flex;
Copy link
Contributor

Choose a reason for hiding this comment

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

Display first and then flex shorthand property
See https://github.com/zurb/foundation-sites/blob/develop/.sass-lint.yml#L151-L153

Re-order CSS properties
@IamManchanda
Copy link
Contributor

Thanks...
cc @kball

@kball
Copy link
Contributor

kball commented Aug 4, 2017

Excellent work. Thanks @gskaplan! And congratulations on first merged PR!

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

4 participants