From 48b40797fe0158baa4f129f5f61d115f1f785237 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 2 Apr 2020 13:33:53 +0300 Subject: feat(demo): make editor wider --- demo/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demo/src') diff --git a/demo/src/index.css b/demo/src/index.css index 6801204..d98a11d 100644 --- a/demo/src/index.css +++ b/demo/src/index.css @@ -6,7 +6,7 @@ body { } .app-container { - width: 500px; + width: 700px; max-width: 100%; } @@ -35,10 +35,10 @@ body { } .compiler-output { - width: 500px; + width: 100%; box-sizing: border-box; padding: 8px 12px; - max-height: 120px; + max-height: 160px; overflow: auto; } -- cgit v1.2.3