show design fixes
This commit is contained in:
@@ -20,11 +20,11 @@ mat-form-field {
|
||||
margin: -24px 0 -20px 0;
|
||||
}
|
||||
|
||||
.btnUp {
|
||||
.btn-up {
|
||||
grid-area: up;
|
||||
}
|
||||
|
||||
.btnDown {
|
||||
.btn-down {
|
||||
grid-area: down;
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ mat-form-field {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.btnDelete {
|
||||
.btn-delete {
|
||||
grid-area: delete;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user