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 = () => {