Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Fix for small & large input groups #32

Open
mxmauro opened this issue Aug 5, 2014 · 1 comment
Open

Fix for small & large input groups #32

mxmauro opened this issue Aug 5, 2014 · 1 comment

Comments

@mxmauro
Copy link

mxmauro commented Aug 5, 2014

Hi,

In bootstrap-chosen.less, just above @media please add this fix:

.input-group-lg  .chosen-single {
    .input-lg();
}
.input-group-sm  .chosen-single {
    .input-sm();
}

In order to make CSS work with small and large input groups.

Regards.

@Soundvessel
Copy link

See my fix for input groups, form group, and more here #31 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants