Fix select2 buttons alignment
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 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 | } |
| 54 | 55 | ||
| 55 | .select2-container .select2-selection--multiple .select2-selection__choice__display { | 56 | .select2-container .select2-selection--multiple .select2-selection__choice__display { |