Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .changeset/tasty-toes-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@node-core/ui-components': patch
---

Widen the article layout to 120rem on 3xl screens and give the extra space to the
metabar, so table of contents entries no longer wrap.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
ml:grid-rows-[1fr]
ml:overflow-visible
ml:[grid-template-areas:'sidebar_main''sidebar_footer']
3xl:grid-cols-[--spacing(80)_1fr_--spacing(80)]
3xl:grid-cols-[--spacing(80)_1fr_--spacing(144)]
3xl:max-w-12xl
mx-auto
block
w-full
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

.innerContainer {
@apply max-w-10xl
3xl:max-w-12xl
mx-auto
flex
flex-col
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.innerContainer {
@apply max-w-10xl
3xl:max-w-12xl
xl:mx-auto
xl:flex
xl:h-16
Expand Down
Loading