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">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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 {
|
||||||
|
@@ -17,6 +17,6 @@
|
|||||||
|
|
||||||
&-item-name,
|
&-item-name,
|
||||||
&-item-date {
|
&-item-date {
|
||||||
white-space: normal !important;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user