Skip to content
Snippets Groups Projects
Commit fa6b7ae8 authored by JediKev's avatar JediKev
Browse files

issue: Select2 Placeholder Bug

This addresses an issue where Select2 Placeholders are being cutoff due to a
bug in Select2.
parent 990352af
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