We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf7da3 commit 6f19139Copy full SHA for 6f19139
dashboard/src/components/dashboard/users-statistics-card.tsx
@@ -15,8 +15,8 @@ const UserStatisticsCard = ({ data }: { data: SystemStats | undefined }) => {
15
return (
16
<Card>
17
<CardHeader>
18
- <CardTitle>{t('statistics.users')}</CardTitle>
19
- <CardDescription>{t('monitorUsers')}</CardDescription>
+ <CardTitle className="truncate">{t('statistics.users')}</CardTitle>
+ <CardDescription className="truncate">{t('monitorUsers')}</CardDescription>
20
</CardHeader>
21
<CardContent className="flex flex-col gap-2">
22
<div className="flex min-w-0 flex-row items-center gap-2 rounded-lg border p-3 shadow-sm md:gap-3 md:p-4">
0 commit comments