Created
September 14, 2019 17:50
-
-
Save adicahyaludin/446415d3bcecf949d1362d9d6f21d433 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* selec2 */ | |
.select2-container--default .select2-selection--single .select2-selection__arrow { | |
height: 36px; | |
} | |
.select2-container--default .select2-selection--single .select2-selection__rendered { | |
line-height: 38px; | |
} | |
.select2-container .select2-selection--single { | |
height: 38px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment