1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 19:54:18 +00:00

Fix console new user screen layout (#2617)

This commit is contained in:
Pavlo Tkach
2024-12-05 13:17:52 -05:00
committed by GitHub
parent fa377733be
commit 71afc25110

View File

@@ -42,6 +42,7 @@
</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()">
@@ -121,5 +122,5 @@
</mat-list>
</mat-card-content>
</mat-card>
}}
}
</div>