Skip to content

Commit 5a5ee25

Browse files
committed
Modal padding tweak
1 parent cb2f28b commit 5a5ee25

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ function OverrideDialog({
959959
</ResizablePanelGroup>
960960

961961
{/* Footer */}
962-
<div className="flex items-center justify-between gap-2 pl-4 pr-2 pt-3">
962+
<div className="flex items-center justify-between gap-2 pl-4 pr-1 pt-3">
963963
<DialogClose asChild>
964964
<Button variant="secondary/medium">Cancel</Button>
965965
</DialogClose>

0 commit comments

Comments
 (0)