Fix spacing in Pushover add notifcation

This commit is contained in:
headlessdev 2025-04-21 15:39:10 +02:00
parent 1063072757
commit 5b411b9f3d

View File

@ -610,7 +610,7 @@ export default function Settings() {
)}
{notificationType === "pushover" && (
<div className="mt-4">
<div className="mt-4 flex flex-col gap-2">
<div className="grid w-full items-center gap-1.5">
<Label htmlFor="pushoverUrl">Pushover URL</Label>
<Input