From 30c5fa3569747e8e348104d098b3a73911c90a94 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Thu, 15 Aug 2024 03:56:03 -0400 Subject: [PATCH] add gap to commit hover --- frontend/src/components/resources/build/index.tsx | 4 ++-- frontend/src/components/resources/repo/index.tsx | 4 ++-- frontend/src/components/resources/stack/index.tsx | 4 ++-- frontend/src/components/resources/stack/info.tsx | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/resources/build/index.tsx b/frontend/src/components/resources/build/index.tsx index 487e14dc2..825c764c2 100644 --- a/frontend/src/components/resources/build/index.tsx +++ b/frontend/src/components/resources/build/index.tsx @@ -140,7 +140,7 @@ export const BuildComponents: RequiredResourceComponents = { -
+
-
+
-
+
-
+
-
+
-
+
{!is_down && stack?.info?.deployed_contents && ( - + deployed contents:{" "} {stack?.info?.deployed_contents?.map((content, i) => (
@@ -34,7 +34,7 @@ export const StackInfo = ({
 
       {stack?.config?.file_contents ? (
         
-          
+          
             latest contents:{" "}
             
               defined in UI:
@@ -46,7 +46,7 @@ export const StackInfo = ({
         stack?.info?.remote_contents &&
         stack?.info?.remote_contents.length > 0 && (
           
-            
+            
               latest contents:{" "}
               {stack?.info?.remote_contents?.map((content, i) => (
                 
@@ -60,7 +60,7 @@ export const StackInfo = ({
       )}
       {stack?.info?.remote_errors && stack?.info?.remote_errors.length > 0 && (
         
-          
+          
             remote errors:{" "}
             {stack?.info?.remote_errors?.map((content, i) => (