Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fixes #2804 unwanted margin between vertically grouped select inputs on FF #4045
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Fixes #2804 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jaspermdegroot
May 21, 2012
Member
I close this PR and include the fix in a new standardize buttons and form PR.
I close this PR and include the fix in a new standardize buttons and form PR. |
jaspermdegroot
closed this
May 21, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jaspermdegroot commentedApr 15, 2012
ui-select within ui-field-contain has width 60% and display inline-block (@media min-width 450px). For controlgroups the width of ui-select is 100% but inline-block still applies. Because of that Firefox shows an unwanted margin between the vertically grouped select input buttons.
Added display block and set it back to inline-block for horizontal controlgroups.