small alignment

merge-requests/2/merge^2
Nato Boram 2019-11-29 04:07:17 -05:00
parent 4c45431ca0
commit 819cdbfe60
No known key found for this signature in database
GPG Key ID: C035B4A0E33CF552
1 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,6 @@
.mat-form-field {
min-width: 30em;
width: 30em;
max-width: 100%;
}
.mat-table {
@ -7,7 +8,7 @@
}
.mat-progress-bar {
max-width: 60em;
width: 100%;
}
.mat-header-cell {
@ -16,9 +17,11 @@
.mat-column-error {
text-align: center;
min-width: 5em;
width: 5em;
max-width: 100%;
}
.mat-column-gateway {
min-width: 50em;
width: 50em;
max-width: 100%;
}