mirror of https://github.com/ColorlibHQ/AdminLTE
fixed select2 multiple padding bottom
parent
7d26cdd615
commit
c5c5b6a407
|
@ -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 {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue