[arvados] updated: 2.7.0-6577-ga8c7f2bcb1
git repository hosting
git at public.arvados.org
Thu May 16 17:43:59 UTC 2024
Summary of changes:
.../src/views-components/details-card/project-details-card.tsx | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
via a8c7f2bcb14018d6f9239e600faf5cbb93758c78 (commit)
from 11c207c691729bdc94aa131f332f63969766b20a (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 a8c7f2bcb14018d6f9239e600faf5cbb93758c78
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu May 16 13:43:55 2024 -0400
21224: css tweaks
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/details-card/project-details-card.tsx b/services/workbench2/src/views-components/details-card/project-details-card.tsx
index d0aa67a20b..fa78e0bdc0 100644
--- a/services/workbench2/src/views-components/details-card/project-details-card.tsx
+++ b/services/workbench2/src/views-components/details-card/project-details-card.tsx
@@ -36,7 +36,8 @@ type CssRules =
| 'chipToggle'
| 'chipSection'
| 'tag'
- | 'description';
+ | 'description'
+ | 'toolbarStyles';
const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
root: {
@@ -121,6 +122,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
maxWidth: '95%',
marginTop: 0,
},
+ toolbarStyles: {
+ marginRight: '-1rem',
+ },
});
const mapStateToProps = ({ auth, selectedResourceUuid, resources, properties }: RootState) => {
@@ -224,7 +228,7 @@ export const ProjectCard = connect(
</section>
}
/>
- {isSelected && <MultiselectToolbar />}
+ {isSelected && <MultiselectToolbar injectedStyles={classes.toolbarStyles} />}
</Grid>
<section onClick={(ev) => ev.stopPropagation()}>
{description ? (
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list