From 2378a42b42dfc1f41eb2e57c96c553ac1e253e9d Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:11:48 -0500 Subject: [PATCH] Brought back min/max height for feature terminals --- src/layouts/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layouts/index.html b/src/layouts/index.html index b6f3ef8..205edbf 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -631,6 +631,8 @@ EOF } .terminal-content{ overflow-y: auto; + min-height:400px; + max-height: 400px; } .speed-terminal{ width: 100%;