Merge branch 'master'
[arvados-workbench2.git] / src / components / details-attribute / details-attribute.tsx
index fd8e948ff046a5c14106e16ea426ff31b3807d4f..78b4341d173046972385cad95e584cb735138085 100644 (file)
@@ -17,10 +17,12 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         marginBottom: theme.spacing.unit
     },
     label: {
+        boxSizing: 'border-box',
         color: theme.palette.grey["500"],
         width: '40%'
     },
     value: {
+        boxSizing: 'border-box',
         width: '60%',
         display: 'flex',
         alignItems: 'flex-start',