Skip to content

Commit

Permalink
web/flows: fix logo height (#7834)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu authored Dec 9, 2023
1 parent 5f6ba74 commit 7c1ae72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/flow/FlowExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class FlowExecutor extends Interface implements StageHost {
}
.ak-brand img {
padding: 0 2rem;
max-height: inherit;
}
`);
}
Expand Down

0 comments on commit 7c1ae72

Please sign in to comment.