Skip to content

Commit

Permalink
fix(gatsby-theme-docz): content overflowing issue (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelzhang committed Mar 31, 2020
1 parent 435001a commit 56f4cb8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 56f4cb8

Please sign in to comment.