Fix select2 buttons alignment

f82a479a90672d687f7278ba82148c985e33805e

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

1 files changed, +2 -1Ignore whitespace
public/css/select2-overrides.css+2 -1
@@ -17,7 +17,7 @@
1717
18.select2-container .select2-selection .select2-selection__clear {18.select2-container .select2-selection .select2-selection__clear {
19 color: var(--SmartThemeBodyColor);19 color: var(--SmartThemeBodyColor);
20 font-size: 24px;20 font-size: 20px;
21 padding: 0;21 padding: 0;
22 position: absolute;22 position: absolute;
23 right: 5px;23 right: 5px;
@@ -50,6 +50,7 @@
50 padding: revert;50 padding: revert;
51 border-right: 1px solid var(--SmartThemeBorderColor);51 border-right: 1px solid var(--SmartThemeBorderColor);
52 font-size: 1.1em;52 font-size: 1.1em;
53 line-height: 1;
53}54}
5455
55.select2-container .select2-selection--multiple .select2-selection__choice__display {56.select2-container .select2-selection--multiple .select2-selection__choice__display {