From 2651bc18cd570e23101d8af19fb9366d5e0ba2aa Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 6 Dec 2022 21:13:48 -0700 Subject: [PATCH] Set max height so vainfo doesn't overflow (#4598) --- web/src/routes/System.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 8010b9139..0f7d78f9e 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -124,7 +124,7 @@ export default function System() {
Vainfo Output - {state.vainfo != '' ?

{state.vainfo}

: } + {state.vainfo != '' ?

{state.vainfo}

: }