[AAE-14168] Fixed outcome buttons position in start process (#8586)

* AAE-14168: Fixed outcome buttons position in startprocess

* AAE-14168: Removed unused css
This commit is contained in:
Ehsan Rezaei
2023-05-23 14:55:00 +02:00
committed by GitHub
parent fc8b76fa0b
commit 3660f7347e

View File

@@ -5,7 +5,8 @@
}
mat-card-actions {
text-align: right;
display: flex;
justify-content: flex-end;
.mat-button {
text-transform: uppercase !important;
@@ -57,16 +58,3 @@
height: 100%;
}
}
adf-cloud-start-process {
.adf-start-process-cloud-actions {
display: flex;
max-height: 100%;
place-content: flex-end;
align-items: flex-end;
.adf-btn-start {
margin-left: 8px;
}
}
}