You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BreakdownBars component currently does not fully adapt to the page's RTL/LTR direction. Since dir is already available from useTranslation(), it should be applied to the layout to ensure progress bars and labels align correctly based on the current language.
Tasks
Open components/breakdown-bars.tsx.
Add the dir={dir} attribute to the appropriate container elements (or apply the necessary Tailwind CSS logical properties) so that the layout flips correctly for RTL languages.
Note
CONTRIBUTIONS ARE WELCOME!
If you want to get this issue assigned to you. Just comment 'assign me'. You will be assigned to the issue instantly via GitHub-actions bot.
The
BreakdownBarscomponent currently does not fully adapt to the page's RTL/LTR direction. Sincediris already available fromuseTranslation(), it should be applied to the layout to ensure progress bars and labels align correctly based on the current language.Tasks
components/breakdown-bars.tsx.dir={dir}attribute to the appropriate container elements (or apply the necessary Tailwind CSS logical properties) so that the layout flips correctly for RTL languages.Note
CONTRIBUTIONS ARE WELCOME!
If you want to get this issue assigned to you. Just comment 'assign me'. You will be assigned to the issue instantly via GitHub-actions bot.