Skip to content

Commit 5678793

Browse files
authored
fix: grid blowout due to missing min width (#22352)
1 parent 1abdd74 commit 5678793

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/article/ArticleGridLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const ArticleGridLayout = ({
4444
const Container = styled(Box)`
4545
max-width: 720px;
4646
display: grid;
47+
grid-template-columns: minmax(0, 1fr);
4748
grid-template-areas:
4849
'topper'
4950
'topper-sidebar'

0 commit comments

Comments
 (0)