[ADF-5562][ADF-5564]Removed !important from from and version list component (#9142)

* [ADF-5562][ADF-5564]Removed !important from from and version list component

* review changes

* Review comments resolved

* Review comments resolved

* PR resolution

* [ACS-5562] PR Resolution

* [ACS-5562] PR Resolution

---------

Co-authored-by: pkundu <priyanka.kundu@hyland.com>
Co-authored-by: pkunduGL <142476714+pkunduGL@users.noreply.github.com>
This commit is contained in:
Aayush Rohila
2024-01-03 16:29:16 +05:30
committed by GitHub
parent 5054679f6c
commit d4d731b275
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
<mat-tab label="Editor"> <mat-tab label="Editor">
<ngx-monaco-editor <ngx-monaco-editor
id="adf-form-config-editor" id="adf-form-config-editor"
class="app-form-config-editor" class="adf-form-config-editor"
[options]="editorOptions" [options]="editorOptions"
[(ngModel)]="formConfig" [(ngModel)]="formConfig"
(onInit)="onInitFormEditor($event)"> (onInit)="onInitFormEditor($event)">
@@ -43,6 +43,3 @@
</mat-tab> </mat-tab>
</mat-tab-group> </mat-tab-group>
</div> </div>

View File

@@ -31,8 +31,11 @@
} }
} }
.app-form-config-editor { .main-content {
height: 500px !important;
.adf-form-config-editor {
height: 500px;
}
} }
.app-form-editor-buttons { .app-form-editor-buttons {

View File

@@ -17,6 +17,6 @@
&-item-name, &-item-name,
&-item-date { &-item-date {
white-space: normal !important; white-space: normal;
} }
} }