From 1e122218935513ddc875df2452e370b9a3c6e37b Mon Sep 17 00:00:00 2001 From: Shatrughn Gupta Date: Fri, 5 Oct 2018 23:28:39 -0700 Subject: [PATCH] fix: code input is now a textarea --- css/runmycode-panel.css | 2 +- js/codesheet.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/runmycode-panel.css b/css/runmycode-panel.css index 4d0fede..a2ed839 100644 --- a/css/runmycode-panel.css +++ b/css/runmycode-panel.css @@ -152,7 +152,7 @@ } #runmycode-run-input { - height: 40px; + min-height: 46px; } #runmycode-run-output { diff --git a/js/codesheet.js b/js/codesheet.js index 8c2b8f4..5d48729 100644 --- a/js/codesheet.js +++ b/js/codesheet.js @@ -193,12 +193,12 @@ const initRunner = () => {
-
+

Input

- +