web/flows: fix logo height (#7834)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-12-09 14:20:48 +02:00
committed by GitHub
parent 5f6ba74f64
commit 7c1ae72d43

View File

@ -167,6 +167,7 @@ export class FlowExecutor extends Interface implements StageHost {
}
.ak-brand img {
padding: 0 2rem;
max-height: inherit;
}
`);
}