summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/web/src/components/update-available.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/web/src/components/update-available.tsx b/client/web/src/components/update-available.tsx
index 763007de8..6725ffdb0 100644
--- a/client/web/src/components/update-available.tsx
+++ b/client/web/src/components/update-available.tsx
@@ -15,7 +15,7 @@ export function UpdateAvailableNotification({
const [, setLocation] = useLocation()
return (
- <Card>
+ <Card noPadding className="-mx-5 p-5 details-card">
<h2 className="mb-2">
Update available{" "}
{details.LatestVersion && `(v${details.LatestVersion})`}