mirror of
https://github.com/pommee/goaway.git
synced 2026-01-06 05:49:35 -06:00
ui: add padding at the bottom of audit log widget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user