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 {