16719: Enhances collection panel.
[arvados-workbench2.git] / src / components / details-attribute / details-attribute.tsx
index 8f4708588d786d1d268c0aa70fcd013571732d00..18d0d8b797eb8dc6ee168089161712903934bbd0 100644 (file)
@@ -21,8 +21,7 @@ type CssRules = 'attribute' | 'label' | 'value' | 'lowercaseValue' | 'link' | 'c
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     attribute: {
         display: 'flex',
-        alignItems: 'flex-start',
-        marginBottom: theme.spacing.unit
+        alignItems: 'flex-start'
     },
     label: {
         boxSizing: 'border-box',