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

Commit 56f4cb8

Browse files
authored
fix(gatsby-theme-docz): content overflowing issue (#1437)
1 parent 435001a commit 56f4cb8

File tree

1 file changed

+1
-1
lines changed
  • core/gatsby-theme-docz/src/components/Layout

1 file changed

+1
-1
lines changed

core/gatsby-theme-docz/src/components/Layout/styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const wrapper = {
1010
py: 0,
1111
flex: 1,
1212
display: 'grid',
13-
gridTemplateColumns: '250px 1fr',
13+
gridTemplateColumns: '250px minmax(0, 1fr)',
1414
minHeight: '100vh',
1515
[media.tablet]: {
1616
display: 'block',

0 commit comments

Comments
 (0)