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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user