Fix select2 buttons alignment

f82a479a90672d687f7278ba82148c985e33805e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Showing whitespace changes
public/css/select2-overrides.css+2 -1
@@ -17,7 +17,7 @@
1717
1818.select2-container .select2-selection .select2-selection__clear {
1919 color: var(--SmartThemeBodyColor);
2020 font-size: 24px20px;
2121 padding: 0;
2222 position: absolute;
2323 right: 5px;
@@ -50,6 +50,7 @@
5050 padding: revert;
5151 border-right: 1px solid var(--SmartThemeBorderColor);
5252 font-size: 1.1em;
53+ line-height: 1;
5354}
5455
5556.select2-container .select2-selection--multiple .select2-selection__choice__display {