From: Lisa Knox Date: Sat, 9 Dec 2023 02:07:07 +0000 (-0500) Subject: 21280: removed excess whitespace from search results Arvados-DCO-1.1-Signed-off-by... X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3e3dec8b2504a47aa407878aea111dd49ab1a8e6?hp=1cd60c69e5306f19dc26429379792151cdb274b8 21280: removed excess whitespace from search results Arvados-DCO-1.1-Signed-off-by: Lisa Knox ~ --- diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx index 715d2e69db..0733da43e2 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 && (