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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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