style(ui): remove padding top from shared page card content

This commit is contained in:
kaitranntt
2025-12-07 20:10:48 -05:00
parent e078f15297
commit bd1f5c610c
+1 -1
View File
@@ -63,7 +63,7 @@ export function SharedPage() {
<div className="grid gap-3">
{items?.items.map((item) => (
<Card key={item.name}>
<CardContent className="pt-4">
<CardContent>
<div className="font-medium">{item.name}</div>
<p className="text-sm text-muted-foreground mt-1">{item.description}</p>
<p className="text-xs text-muted-foreground mt-2 font-mono truncate">