From 3e3dec8b2504a47aa407878aea111dd49ab1a8e6 Mon Sep 17 00:00:00 2001 From: Lisa Knox Date: Fri, 8 Dec 2023 21:07:07 -0500 Subject: [PATCH] 21280: removed excess whitespace from search results Arvados-DCO-1.1-Signed-off-by: Lisa Knox ~ --- src/components/data-explorer/data-explorer.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx index 715d2e69..0733da43 100644 --- a/src/components/data-explorer/data-explorer.tsx +++ b/src/components/data-explorer/data-explorer.tsx @@ -44,10 +44,9 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ title: { display: "inline-block", paddingLeft: theme.spacing.unit * 2, - paddingTop: theme.spacing.unit * 3, + paddingTop: theme.spacing.unit * 2, fontSize: "18px", paddingRight: "10px", - marginBottom: '-50px' }, subProcessTitle: { display: "inline-block", @@ -196,6 +195,7 @@ export const DataExplorer = withStyles(styles)( paperKey, fetchMode, currentItemUuid, + currentRoute, title, progressBar, doHidePanel, @@ -221,7 +221,7 @@ export const DataExplorer = withStyles(styles)( wrap="nowrap" className={classes.container} > -
+
{title && (