mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1147] Form is not rendered properly when starting a new process. (#2120)
* Removed unwanted container div
This commit is contained in:
committed by
Eugenio Romano
parent
0717563979
commit
7983e4df97
@@ -1,10 +1,3 @@
|
||||
.adf-smoke-bg {
|
||||
background-color: whitesmoke;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
md-card {
|
||||
width: calc(66.6666% - 48px);
|
||||
margin-left: calc(33.3333333333% / 2);
|
||||
|
@@ -1,4 +1,3 @@
|
||||
<div class="adf-smoke-bg">
|
||||
<md-card>
|
||||
<md-card-title>{{'START_PROCESS.FORM.TITLE' | translate}}
|
||||
</md-card-title>
|
||||
@@ -27,4 +26,3 @@
|
||||
<button md-button *ngIf="!hasStartForm()" [disabled]="!validateForm()" (click)="startProcess()" data-automation-id="btn-start" id="button-start" class="btn-start"> {{'START_PROCESS.FORM.ACTION.START' | translate}} </button>
|
||||
</md-card-actions>
|
||||
</md-card>
|
||||
</div>
|
Reference in New Issue
Block a user