Skip to content

Instantly share code, notes, and snippets.

@itsmereal
Created July 1, 2020 14:10
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 itsmereal/9d4c131aafbe18751aa336750b6df280 to your computer and use it in GitHub Desktop.
Save itsmereal/9d4c131aafbe18751aa336750b6df280 to your computer and use it in GitHub Desktop.
Enfold Theme Select2 CSS Fix
.select2-container--default .select2-selection--single {
border-radius: 0 !important;
border-color: #ccc !important;
background-color: #fcfcfc;
height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 6px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment