Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

fix(gatsby-theme-docz): content overflowing issue #1437

Merged
merged 1 commit into from
Mar 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/src/components/Layout/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const wrapper = {
py: 0,
flex: 1,
display: 'grid',
gridTemplateColumns: '250px 1fr',
gridTemplateColumns: '250px minmax(0, 1fr)',
minHeight: '100vh',
[media.tablet]: {
display: 'block',
Expand Down