Skip to content

Commit 5d988ff

Browse files
authored
now playground is full-width (#189)
1 parent 7ee1cfa commit 5d988ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs-svelte-kit/src/lib/components/ESLintPlayground.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@
211211
</div>
212212
213213
<style>
214+
:global(.main-content) {
215+
max-width: 100% !important;
216+
}
217+
214218
.playground-root {
215219
height: calc(100vh - 180px);
216220
}

0 commit comments

Comments
 (0)