[arvados] created: 2.7.0-6264-g7c0f74c303
git repository hosting
git at public.arvados.org
Mon Apr 1 18:49:35 UTC 2024
at 7c0f74c303e04a0bdc65663ba9f9ef6adcc70b36 (commit)
commit 7c0f74c303e04a0bdc65663ba9f9ef6adcc70b36
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Apr 1 14:49:19 2024 -0400
21364: fixed loadmore button css Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx
index ba710bc783..83a71ab509 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -315,9 +315,11 @@ export const DataExplorer = withStyles(styles)(
/>
) : (
<Button
- variant="text"
- size="medium"
+ size="small"
onClick={this.loadMore}
+ variant="contained"
+ color="primary"
+ style={{width: '100%', margin: '10px'}}
>
Load more
</Button>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list