We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8627c commit efbf632Copy full SHA for efbf632
1 file changed
changelog-generator/components/ui/card.tsx
@@ -2,13 +2,6 @@ import * as React from "react";
2
3
import { cn } from "@/lib/utils";
4
5
-/**
6
- * Spacing system (4px base):
7
- * - Card padding: 20px (p-5) - balanced breathing room
8
- * - CardHeader/Content gap: handled by space-y-4 in header, pt-0 in content
9
- * - Internal spacing: 4px between label/value, 8px between groups
10
- */
11
-
12
const Card = React.forwardRef<
13
HTMLDivElement,
14
React.HTMLAttributes<HTMLDivElement>
0 commit comments