Skip to content

Commit

Permalink
fix(ExtensionAnonLayoutWrapperComponent): [Auth/PM-18574] add inline …
Browse files Browse the repository at this point in the history
…flex to logo so it vertically centers (#13546)
  • Loading branch information
JaredSnider-Bitwarden authored Feb 28, 2025
1 parent a3f692e commit c9e2068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[showBackButton]="showBackButton"
[pageTitle]="''"
>
<bit-icon *ngIf="showLogo" [icon]="logo"></bit-icon>
<bit-icon *ngIf="showLogo" class="tw-inline-flex" [icon]="logo"></bit-icon>

<ng-container slot="end">
<app-pop-out></app-pop-out>
Expand Down

0 comments on commit c9e2068

Please sign in to comment.