Skip to content

Commit 71afc25

Browse files
authored
Fix console new user screen layout (#2617)
1 parent fa37773 commit 71afc25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

console-webapp/src/app/users/userEdit.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h1 class="mat-headline-4">
4242
</h1>
4343
} @else {
4444
<h1 class="mat-headline-4">User details</h1>
45+
}
4546
<mat-divider></mat-divider>
4647
<div class="console-app__user-details-controls">
4748
<button mat-icon-button aria-label="Back to users list" (click)="goBack()">
@@ -121,5 +122,5 @@ <h2>User details</h2>
121122
</mat-list>
122123
</mat-card-content>
123124
</mat-card>
124-
}}
125+
}
125126
</div>

0 commit comments

Comments
 (0)