ui: standardize table styles

This commit is contained in:
henrygd
2026-03-27 14:08:59 -04:00
parent b53fdbe0ef
commit e610d9bfc8

View File

@@ -154,9 +154,9 @@ export default function SystemdTable({ systemId }: { systemId?: string }) {
}
return (
<Card className="p-6 @container w-full">
<CardHeader className="p-0 mb-4">
<div className="grid md:flex gap-5 w-full items-end">
<Card className="@container w-full px-3 py-5 sm:py-6 sm:px-6">
<CardHeader className="p-0 mb-3 sm:mb-4">
<div className="grid md:flex gap-x-5 gap-y-3 w-full items-end">
<div className="px-2 sm:px-1">
<CardTitle className="mb-2">
<Trans>Systemd Services</Trans>