From 97d978c267f2819714cf2df4999dba56bdde31d5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 16 Jul 2024 11:32:14 +0100 Subject: fix(gui): terminal resize overflow (#2285) --- ui/src/pages/Home.tsx | 2 +- ui/src/pages/Runbooks.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/src/pages') diff --git a/ui/src/pages/Home.tsx b/ui/src/pages/Home.tsx index b7c4503d..0f0b5dcf 100644 --- a/ui/src/pages/Home.tsx +++ b/ui/src/pages/Home.tsx @@ -36,7 +36,7 @@ function Header({ name }: any) { return (
-
+

{greeting}

diff --git a/ui/src/pages/Runbooks.tsx b/ui/src/pages/Runbooks.tsx index 0452a578..6b517553 100644 --- a/ui/src/pages/Runbooks.tsx +++ b/ui/src/pages/Runbooks.tsx @@ -6,7 +6,7 @@ export default function Runbooks() { const currentRunbook = useStore((store) => store.currentRunbook); return ( -
+
{currentRunbook && } -- cgit v1.3.1