21762: added trycatch to observer callback
[arvados.git] / services / workbench2 / src / views-components / details-card / project-details-card.tsx
index 4fa32f4507eebd303a13605e23822b54b2d6adc7..a0f844c510617bf90ce9601430ac0c367c274415 100644 (file)
@@ -114,7 +114,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         height: '2rem',
     },
     chipSection: {
-        marginBottom: '-2rem',
+        marginBottom: '-1rem',
     },
     tag: {
         marginRight: '0.75rem',
@@ -126,7 +126,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         marginBottom: '-0.85rem',
     },
     toolbarStyles: {
-        marginRight: '-1rem',
+        marginRight: '-0.5rem',
     },
 });