From b9d3bd6c450182cce5485becf1656bb9ed575708 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Tue, 21 Dec 2021 00:14:40 +0100 Subject: [PATCH] Fix #6 --- styles/REPL/REPLHistory.module.css | 2 +- styles/REPL/REPLInput.module.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/REPL/REPLHistory.module.css b/styles/REPL/REPLHistory.module.css index 9471f24..e971129 100644 --- a/styles/REPL/REPLHistory.module.css +++ b/styles/REPL/REPLHistory.module.css @@ -2,7 +2,7 @@ overflow: auto; display: flex; flex-direction: column-reverse; - flex-grow: 2; + flex-shrink: 2; font-size: 1.25rem; font-family: "CascadiaCode", monospace; } diff --git a/styles/REPL/REPLInput.module.css b/styles/REPL/REPLInput.module.css index ab09f38..a2ceb72 100644 --- a/styles/REPL/REPLInput.module.css +++ b/styles/REPL/REPLInput.module.css @@ -19,6 +19,7 @@ width: 100%; flex-direction: row; flex-wrap: nowrap; + flex-grow: 2; } .inputstart {