fixed select2 multiple padding bottom

pull/2269/head
REJack 2019-10-23 11:36:05 +02:00
parent 7d26cdd615
commit c5c5b6a407
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 5 additions and 5 deletions

View File

@ -122,7 +122,7 @@
}
.select2-selection__rendered {
padding: 0 $input-padding-y;
padding: 0 $input-padding-y ($input-padding-y * .75);
margin-bottom: -$input-padding-x/2;
li:first-child.select2-search.select2-search--inline {

View File

@ -23152,7 +23152,7 @@ html.maximized-card {
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0 0.375rem;
padding: 0 0.375rem 0.28125rem;
margin-bottom: -0.375rem;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long