Skip to content

Commit

Permalink
fix: adjusting padding on dashboard details
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 committed Feb 12, 2025
1 parent 602dc66 commit 439bc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function ReleaseDashboardDetails({release}: {release: ReleaseDocument}) {

return (
<Container width={3}>
<Stack padding={3} paddingBottom={[4, 4, 5, 6]}>
<Stack padding={3} paddingY={[3, 3, 4, 5]}>
<Flex gap={1} align="center">
{isReleaseOpen && (
<Button
Expand Down

0 comments on commit 439bc58

Please sign in to comment.