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

height for input-group #4

Open
ArtDepartmentMJ opened this issue Mar 22, 2017 · 1 comment
Open

height for input-group #4

ArtDepartmentMJ opened this issue Mar 22, 2017 · 1 comment

Comments

@ArtDepartmentMJ
Copy link

Hi, I noticed the height was slightly off for fields in an input-group, here's my fix for the single only:

.input-group {
	$height: ($input-font-size + $form-spacing * 1.5);

	.select2-container--foundation {

		.select2-selection--single,
		.selection .select2-selection--single {
			height: $height;

			.select2-selection__arrow {
				height: $height;
			}
		}
	}
}
@zflat
Copy link
Owner

zflat commented Apr 10, 2017

@ArtDepartmentMJ Thanks for letting me know. I've confirmed the issue. I'll apply the height similar to how it is done in https://github.com/zurb/foundation-sites/blob/develop/scss/forms/_input-group.scss#L92

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