web/flows: fix width on flow container
This commit is contained in:
parent
ceaf832e63
commit
a6baed9753
|
@ -113,6 +113,9 @@ export class FlowExecutor extends LitElement implements StageHost {
|
|||
.pf-c-drawer__content {
|
||||
background-color: transparent;
|
||||
}
|
||||
.pf-c-login__main {
|
||||
width: 100%;
|
||||
}
|
||||
`);
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue