Skip to content

Commit

Permalink
edited padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellzawy committed Mar 19, 2024
1 parent d8f1a5e commit 9a90455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/translator/translator.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ html[dir='rtl'] .translation-modes > :not(:first-child) {
}

html[dir='ltr'] .translation-text-input {
padding-right: 2.25rem;
padding-right: 1.85rem;
}

html[dir='rtl'] .translation-text-input {
padding-left: 2.25rem;
padding-left: 1.85rem;
}

0 comments on commit 9a90455

Please sign in to comment.