fix(mail): donut card layout — justify-start statt center

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-14 00:36:12 +02:00
parent 2ea0cfec96
commit aac6c00720

View File

@ -102,7 +102,7 @@ export function MailDistributionChart({ data, hero, totalBlocked, isLegend }: Pr
style={{ style={{
flexDirection: 'row', flexDirection: 'row',
alignItems: 'center', alignItems: 'center',
justifyContent: 'center', justifyContent: 'flex-start',
gap: 20, gap: 20,
}} }}
> >