Update _select2.scss

The arrow down overrides the clear "x" button.
Removing this padding-right: 0 fix this issue.
pull/2321/head
Adriano Pedro 2019-10-11 11:22:05 +01:00 committed by GitHub
parent 5bfaaa02d8
commit f13e935b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
& .select2-selection--single .select2-selection__rendered {
padding-left: 0;
padding-right: 0;
//padding-right: 0;
height: auto;
margin-top: -3px;
}