Fix revert icon position in RTL

This commit is contained in:
Damien Elmes 2023-12-11 09:20:10 +10:00
parent 25a96a1b78
commit 67c188c7f9

View file

@ -26,7 +26,7 @@
color: var(--fg-faint);
&.rtl {
right: unset;
left: var(--offset);
left: -1.7em;
}
}
.config-input {