mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -18,7 +18,7 @@
|
||||
<mat-tab label="Editor">
|
||||
<ngx-monaco-editor
|
||||
id="adf-form-config-editor"
|
||||
class="app-form-config-editor"
|
||||
class="adf-form-config-editor"
|
||||
[options]="editorOptions"
|
||||
[(ngModel)]="formConfig"
|
||||
(onInit)="onInitFormEditor($event)">
|
||||
@@ -43,6 +43,3 @@
|
||||
</mat-tab>
|
||||
</mat-tab-group>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
@@ -31,8 +31,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.app-form-config-editor {
|
||||
height: 500px !important;
|
||||
.main-content {
|
||||
|
||||
.adf-form-config-editor {
|
||||
height: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
.app-form-editor-buttons {
|
||||
|
Reference in New Issue
Block a user