[arvados] updated: 2.7.0-6275-g4bb6dd0ff6
git repository hosting
git at public.arvados.org
Mon May 13 14:23:30 UTC 2024
Summary of changes:
.../src/components/data-explorer/data-explorer.tsx | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
via 4bb6dd0ff6e6543d378efae4387fe6a726290c88 (commit)
from f0b9fc7dfd76b14ce80284728491a469bba12759 (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 4bb6dd0ff6e6543d378efae4387fe6a726290c88
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon May 13 10:23:25 2024 -0400
21364: css tweaks 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 0fb77a6a1b..91ece48c3a 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -36,7 +36,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
overflow: "auto",
},
loadMoreContainer: {
- display: "flex",
+ minWidth: '8rem',
},
root: {
height: "100%",
@@ -45,9 +45,11 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
padding: 0,
},
numResults: {
- marginTop: "10px",
- fontSize: "12px",
- minWidth: "5rem",
+ marginTop: 0,
+ fontSize: "10px",
+ marginLeft: "10px",
+ marginBottom: '-0.5rem',
+ minWidth: '8.5rem',
},
title: {
display: "inline-block",
@@ -323,8 +325,8 @@ export const DataExplorer = withStyles(styles)(
/>
) : (
<Grid className={classes.loadMoreContainer}>
- <Typography className={classes.numResults}>
- Showing {items.length} of {itemsAvailable} results
+ <Typography className={classes.numResults}>
+ Showing {items.length} / {itemsAvailable} results
</Typography>
<Button
size="small"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list