Fix select2 buttons alignment
This commit is contained in:
parent
991e10c75f
commit
f82a479a90
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
.select2-container .select2-selection .select2-selection__clear {
|
.select2-container .select2-selection .select2-selection__clear {
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
font-size: 24px;
|
font-size: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
|
@ -50,6 +50,7 @@
|
||||||
padding: revert;
|
padding: revert;
|
||||||
border-right: 1px solid var(--SmartThemeBorderColor);
|
border-right: 1px solid var(--SmartThemeBorderColor);
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--multiple .select2-selection__choice__display {
|
.select2-container .select2-selection--multiple .select2-selection__choice__display {
|
||||||
|
|
Loading…
Reference in New Issue