Skip to content
Snippets Groups Projects
Unverified Commit 8f303d52 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #24 from JediKev/issue/select2-placeholder-bug

issue: Select2 Placeholder Bug
parents 990352af fa6b7ae8
Branches
Tags
No related merge requests found
...@@ -3636,3 +3636,7 @@ img.avatar + img.avatar { ...@@ -3636,3 +3636,7 @@ img.avatar + img.avatar {
* Fixes a rendering issue on Safari * Fixes a rendering issue on Safari
*/ */
.select2-search__field{-webkit-appearance: textfield;} .select2-search__field{-webkit-appearance: textfield;}
/* Fixes Select2 placeholder bug where
* placeholder is cutoff.
*/
.select2-search__field:not([placeholder='']){width: 100% !important;}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment