diff --git a/docs/index.html b/docs/index.html index a52db959..a4fac786 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26277,7 +26277,7 @@ - +
- +
-
+
diff --git a/docs/styles.css b/docs/styles.css index d7109e66..98327e06 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -27,6 +27,8 @@ textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; + overflow-x: auto; + white-space: nowrap; } input { diff --git a/playground-builder/src/components/playground.ts b/playground-builder/src/components/playground.ts index e2863cb5..72fc80bc 100644 --- a/playground-builder/src/components/playground.ts +++ b/playground-builder/src/components/playground.ts @@ -41,7 +41,7 @@ export function getPlayground() { - +
- +
-
+
diff --git a/playground-www/public/styles.css b/playground-www/public/styles.css index d7109e66..98327e06 100644 --- a/playground-www/public/styles.css +++ b/playground-www/public/styles.css @@ -27,6 +27,8 @@ textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; + overflow-x: auto; + white-space: nowrap; } input {