Skip to content

Instantly share code, notes, and snippets.

@rafamancan
Created November 1, 2017 18:21
Show Gist options
  • Save rafamancan/eaa49b9d6e241ed6e594c138522f576c to your computer and use it in GitHub Desktop.
Save rafamancan/eaa49b9d6e241ed6e594c138522f576c to your computer and use it in GitHub Desktop.
.select2-container .select2-selection--single{
height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top: 3px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-top: 3px;
}
.select2-container--default .select2-selection--single {
border: 1px solid #ccc !important;
border-radius: unset !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment