Fix revert icon position in RTL

This commit is contained in:
Damien Elmes 2023-12-11 09:20:10 +10:00
parent c11e40b11b
commit b36f367030

View file

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