web/flows: fix width on flow container

This commit is contained in:
Jens Langhammer 2022-01-31 14:11:25 +00:00
parent ceaf832e63
commit a6baed9753
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ export class FlowExecutor extends LitElement implements StageHost {
.pf-c-drawer__content {
background-color: transparent;
}
.pf-c-login__main {
width: 100%;
}
`);
}