We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf1965 commit 26274efCopy full SHA for 26274ef
1 file changed
components/dashboard-card/dashboard-card.tsx
@@ -8,7 +8,7 @@ export function DashboardCard(props: DashboardCardProps) {
8
const { header, link, metric } = props;
9
10
return (
11
- <a className="flex max-w-72" target="_blank" rel="noopener" href={link} aria-label={header}>
+ <a className="flex w-full" target="_blank" rel="noopener" href={link} aria-label={header}>
12
<div className="w-full rounded-lg border border-gray-200 bg-white p-4 dark:border-gray-800 dark:bg-gray-900">
13
<div className="flex items-center text-gray-900 dark:text-gray-100">
14
{header}
0 commit comments