left align files section with Start button per harmeet feedback
This commit is contained in:
parent
6643e9b711
commit
eb0ea547ed
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue