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 13, 2025
1 parent d5eaaf8 commit 0bcd816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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 0bcd816

Please sign in to comment.