We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8592291 commit 8ebb71bCopy full SHA for 8ebb71b
apps/svelte.dev/src/routes/docs/[...path]/+layout.svelte
@@ -90,6 +90,7 @@
90
padding: var(--sk-page-padding-top) calc(var(--sidebar-width) + var(--sk-page-padding-side));
91
margin: 0 auto;
92
box-sizing: content-box;
93
+ width: 100%;
94
}
95
96
</style>
0 commit comments