From a7e190052919621d4d278b42700337f8970966df Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 21 Mar 2021 10:33:09 -0700 Subject: [PATCH] Fix UI for mobile views when showing docker images; closes #3186 --- .../scripts/components/server/startup/StartupContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/components/server/startup/StartupContainer.tsx b/resources/scripts/components/server/startup/StartupContainer.tsx index 4ec8c413b..b5bb1fea5 100644 --- a/resources/scripts/components/server/startup/StartupContainer.tsx +++ b/resources/scripts/components/server/startup/StartupContainer.tsx @@ -78,7 +78,7 @@ const StartupContainer = () => { /> : -
+

@@ -86,7 +86,7 @@ const StartupContainer = () => {

- + {data.dockerImages.length > 1 && !isCustomImage ? <>