web/flows: fix logo height (#7834)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
5f6ba74f64
commit
7c1ae72d43
|
@ -167,6 +167,7 @@ export class FlowExecutor extends Interface implements StageHost {
|
|||
}
|
||||
.ak-brand img {
|
||||
padding: 0 2rem;
|
||||
max-height: inherit;
|
||||
}
|
||||
`);
|
||||
}
|
||||
|
|
Reference in New Issue