Skip to content

Commit 6b88427

Browse files
committed
Aligned "add user" button in user management
1 parent 25b0175 commit 6b88427

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

client/src/app/dashboard/user-management/user-management.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ table {
3434
.mat-table {
3535
overflow: auto;
3636
max-height: 500px;
37+
}
38+
39+
.fill-space {
40+
flex: 1 1 auto;
3741
}

client/src/app/dashboard/user-management/user-management.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ <h2> User Management</h2>
4343
<mat-toolbar-row style="float:right;">
4444

4545
<mat-paginator class="paginator" [pageSizeOptions]="[5, 10, 20]"></mat-paginator>
46+
<span class="fill-space"></span>
4647
<button mat-raised-button color="primary" id="addUser" (click)="openAddUser()">Add User</button>
4748
</mat-toolbar-row>
4849
</mat-toolbar>

0 commit comments

Comments
 (0)