left align files section with Start button per harmeet feedback

This commit is contained in:
burnettk 2022-11-24 11:06:11 -05:00
parent 6643e9b711
commit eb0ea547ed
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@
color: white; color: white;
} }
.megacondensed {
padding-left: 0px;
}
/* defaults to 3rem, which isn't long sufficient for "elizabeth" */ /* defaults to 3rem, which isn't long sufficient for "elizabeth" */
.cds--header__action.username-header-text { .cds--header__action.username-header-text {
width: 5rem; width: 5rem;

View File

@ -396,7 +396,7 @@ export default function ProcessModelShow() {
return null; return null;
} }
return ( return (
<Grid condensed fullWidth> <Grid condensed fullWidth className="megacondensed">
<Column md={5} lg={9} sm={3}> <Column md={5} lg={9} sm={3}>
<Accordion align="end" open> <Accordion align="end" open>
<AccordionItem <AccordionItem