Skip to content

Commit

Permalink
fix another small rtl layout issue (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle authored Dec 16, 2024
2 parents 1dfb809 + d970c12 commit 2fa5301
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export default function UiLanguageSelector({
{/* Fallback Language Button */}
{primaryLanguage !== 'en' && (
<>
<Label className="tw-ml-3">{selectFallbackLanguagesText}</Label>
<div className="tw-ml-3">
<Label className="tw-ms-3">{selectFallbackLanguagesText}</Label>
<div className="tw-ms-3">
{/* Do not localize or "improve". This label is temporary. */}
<Label>
Currently:{'\u00A0'}
Expand Down

0 comments on commit 2fa5301

Please sign in to comment.