Skip to content

Commit

Permalink
Accommodate negative margin at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jul 15, 2024
1 parent a327184 commit 2628bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/src/components/Spotlight/Spotlight.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Default: Story = {}

export const StickOut: Story = {
render: ({ as, color }) => (
<Grid>
<Grid paddingBottom="medium">
<Grid.Cell
span="all"
rowSpan={{ narrow: 2, medium: 2, wide: 1 }}
Expand Down

0 comments on commit 2628bba

Please sign in to comment.