Fix select2 buttons alignment
| @@ -17,7 +17,7 @@ | ||
| 17 | 17 | |
| 18 | 18 | .select2-container .select2-selection .select2-selection__clear { |
| 19 | 19 | color: var(--SmartThemeBodyColor); |
| 20 | 20 | font-size: 24px20px; |
| 21 | 21 | padding: 0; |
| 22 | 22 | position: absolute; |
| 23 | 23 | right: 5px; |
| @@ -50,6 +50,7 @@ | ||
| 50 | 50 | padding: revert; |
| 51 | 51 | border-right: 1px solid var(--SmartThemeBorderColor); |
| 52 | 52 | font-size: 1.1em; |
| 53 | + line-height: 1; | |
| 53 | 54 | } |
| 54 | 55 | |
| 55 | 56 | .select2-container .select2-selection--multiple .select2-selection__choice__display { |