mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Fix revert icon position in RTL
This commit is contained in:
parent
c11e40b11b
commit
b36f367030
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
color: var(--fg-faint);
|
||||
&.rtl {
|
||||
right: unset;
|
||||
left: var(--offset);
|
||||
left: -1.7em;
|
||||
}
|
||||
}
|
||||
.config-input {
|
||||
|
|
Loading…
Reference in a new issue