left align files section with Start button per harmeet feedback
This commit is contained in:
parent
b8df21f27d
commit
1270ea4fb0
|
@ -5,6 +5,10 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
.megacondensed {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
/* defaults to 3rem, which isn't long sufficient for "elizabeth" */
|
||||
.cds--header__action.username-header-text {
|
||||
width: 5rem;
|
||||
|
|
|
@ -396,7 +396,7 @@ export default function ProcessModelShow() {
|
|||
return null;
|
||||
}
|
||||
return (
|
||||
<Grid condensed fullWidth>
|
||||
<Grid condensed fullWidth className="megacondensed">
|
||||
<Column md={5} lg={9} sm={3}>
|
||||
<Accordion align="end" open>
|
||||
<AccordionItem
|
||||
|
|
Loading…
Reference in New Issue