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

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

issue: Select2 Placeholder Bug
parents 417f9d38 f174acba
Branches
Tags
No related merge requests found
...@@ -2925,3 +2925,8 @@ a.attachment { ...@@ -2925,3 +2925,8 @@ a.attachment {
* 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-selection__rendered, .select2-search,
.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