Skip to content

Commit 0840ab7

Browse files
mvanhornclaude
andcommitted
fix(ui): make BreakdownBars respect page direction (RTL/LTR)
Closes #129 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e71b496 commit 0840ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/breakdown-bars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function BreakdownBars({ user1, user2 }: Props) {
2020
const { t,dir } = useTranslation();
2121

2222
return (
23-
<Card>
23+
<Card dir={dir}>
2424
<CardHeader>
2525
<CardTitle>{t('breakdown.title')}</CardTitle>
2626
<CardDescription>

0 commit comments

Comments
 (0)