[arvados-workbench2] updated: 2.7.0-249-g2ffe3ac1
git repository hosting
git at public.arvados.org
Mon Dec 11 16:15:55 UTC 2023
Summary of changes:
src/components/data-explorer/data-explorer.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 2ffe3ac11c9bad93b8b226167aef687a274028fd (commit)
from 3e3dec8b2504a47aa407878aea111dd49ab1a8e6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2ffe3ac11c9bad93b8b226167aef687a274028fd
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Dec 11 11:15:51 2023 -0500
21280: removed excess whitespace from subprocess panel Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>~
diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx
index 0733da43..b3a93bbb 100644
--- a/src/components/data-explorer/data-explorer.tsx
+++ b/src/components/data-explorer/data-explorer.tsx
@@ -221,7 +221,7 @@ export const DataExplorer = withStyles(styles)(
wrap="nowrap"
className={classes.container}
>
- <div className={classes.titleWrapper} style={currentRoute?.includes('search-results') ? {marginBottom: '-20px'} : {}}>
+ <div className={classes.titleWrapper} style={currentRoute?.includes('search-results') || !!progressBar ? {marginBottom: '-20px'} : {}}>
{title && (
<Grid
item
@@ -303,7 +303,7 @@ export const DataExplorer = withStyles(styles)(
item
xs="auto"
className={classes.dataTable}
- style={currentRoute?.includes('search-results') ? {marginTop: '-10px'} : {}}
+ style={currentRoute?.includes('search-results') || !!progressBar ? {marginTop: '-10px'} : {}}
>
<DataTable
columns={this.props.contextMenuColumn ? [...columns, this.contextMenuColumn] : columns}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list