Skip to content

Commit

Permalink
Fix console new user screen layout (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkach authored Dec 5, 2024
1 parent fa37773 commit 71afc25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion console-webapp/src/app/users/userEdit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ <h1 class="mat-headline-4">
</h1>
} @else {
<h1 class="mat-headline-4">User details</h1>
}
<mat-divider></mat-divider>
<div class="console-app__user-details-controls">
<button mat-icon-button aria-label="Back to users list" (click)="goBack()">
Expand Down Expand Up @@ -121,5 +122,5 @@ <h2>User details</h2>
</mat-list>
</mat-card-content>
</mat-card>
}}
}
</div>

0 comments on commit 71afc25

Please sign in to comment.