We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71b496 commit 0840ab7Copy full SHA for 0840ab7
1 file changed
components/breakdown-bars.tsx
@@ -20,7 +20,7 @@ export function BreakdownBars({ user1, user2 }: Props) {
20
const { t,dir } = useTranslation();
21
22
return (
23
- <Card>
+ <Card dir={dir}>
24
<CardHeader>
25
<CardTitle>{t('breakdown.title')}</CardTitle>
26
<CardDescription>
0 commit comments