Skip to content

Instantly share code, notes, and snippets.

@jdewit
Last active December 30, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdewit/7866613 to your computer and use it in GitHub Desktop.
Save jdewit/7866613 to your computer and use it in GitHub Desktop.
some styling to get chosen looking pretty with bootstrap 3
.chosen-container {
width: 100% !important;
font-size: 16px;
.search-choice span {
font-size: 16px;
display: inline-block;
padding: 2.5px;
}
.search-choice-close {
margin-top: 2px;
}
.chosen-results li {
font-size: 16px;
}
.chosen-choices {
position: static !important;
}
.search-field input {
height: 30px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment