Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add vertical whitespace to grids in Footer and Highlight examples #812

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

VincentSmedinga
Copy link
Contributor

@VincentSmedinga VincentSmedinga commented Nov 25, 2023

Whitespace was missing in the examples. Plus one improved grid cell configuration.

@@ -81,7 +81,7 @@ export const Default: Story = {
</UnorderedList>
</div>
</Grid.Cell>
<Grid.Cell span={3} start={{ narrow: 1, medium: 1, wide: 9 }}>
<Grid.Cell span={{ narrow: 4, medium: 8, wide: 4 }} start={{ narrow: 1, medium: 1, wide: 9 }}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this should change, the third column should have the same dimensions as the other 2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, reverted.

@github-actions github-actions bot temporarily deployed to demo-grid-padding-in-stories November 27, 2023 08:40 Destroyed
@alimpens alimpens merged commit 1953e9d into develop Nov 27, 2023
4 checks passed
@alimpens alimpens deleted the bug/grid-padding-in-stories branch November 27, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants