X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9ccc7e8ebe82b97e219d65adeea8b03b2c9ed71a..9b28d6d29d9609adc86e3fdc136873c3cf6114ed:/src/components/details-attribute/details-attribute.tsx?ds=sidebyside diff --git a/src/components/details-attribute/details-attribute.tsx b/src/components/details-attribute/details-attribute.tsx index fd8e948f..78b4341d 100644 --- a/src/components/details-attribute/details-attribute.tsx +++ b/src/components/details-attribute/details-attribute.tsx @@ -17,10 +17,12 @@ const styles: StyleRulesCallback = (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',