ui: add padding at the bottom of audit log widget

This commit is contained in:
pommee
2025-09-27 21:10:32 +02:00
parent 5bffc2fd11
commit 456c4eb326

View File

@@ -54,8 +54,8 @@ export default function Audit() {
};
return (
<Card className="max-h-64 overflow-x-hidden gap-0 py-0 pt-2 w-1/2 mt-5">
<CardHeader className="px-4 mb-2">
<Card className="max-h-64 overflow-x-hidden gap-0 py-0 pt-2 w-1/2 mt-5 pb-2">
<CardHeader className="pl-4 mb-2">
<CardTitle className="flex items-center gap-2">
<ArticleIcon size={18} />
Audit Log