Skip to content

Commit 35add19

Browse files
committed
fix: reduce spacing above change list in confirm dialog
1 parent bef4fc5 commit 35add19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/admin.feature-flags.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ function ConfirmDialog({
428428
These changes affect all organizations globally. Please review carefully.
429429
</DialogDescription>
430430

431-
<div className="flex flex-col gap-2 py-2">
431+
<div className="flex flex-col gap-2 pb-2">
432432
{changes.length === 0 ? (
433433
<p className="text-sm text-text-dimmed">No changes to apply.</p>
434434
) : (

0 commit comments

Comments
 (0)