mirror of https://github.com/ColorlibHQ/AdminLTE
Update _select2.scss
The arrow down overrides the clear "x" button. Removing this padding-right: 0 fix this issue.pull/2321/head
parent
5bfaaa02d8
commit
f13e935b75
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
& .select2-selection--single .select2-selection__rendered {
|
& .select2-selection--single .select2-selection__rendered {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
//padding-right: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue