Skip to content

Instantly share code, notes, and snippets.

@egulhan
Created March 18, 2019 11:53
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 egulhan/bf57786c4046088647f6959f7de0d2ca to your computer and use it in GitHub Desktop.
Save egulhan/bf57786c4046088647f6959f7de0d2ca to your computer and use it in GitHub Desktop.
FIX - select2 placeholder width cuts off text
/* FIX: Placeholder width cuts off text */
.select2-container--default .select2-search--inline .select2-search__field {
width: initial !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment