[ACS-5645]aligned input

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:21:31 +05:30
parent 8bc8eedf3c
commit f36ff63955
2 changed files with 4 additions and 4 deletions
@@ -123,8 +123,8 @@
<div class="adf-metadata-properties-panel-content">
<mat-icon>
{{ categoriesPanelState ? 'expand_more' : 'chevron_right'}}</mat-icon>
<mat-panel-title class="adf-metadata-properties-title">{{
'CATEGORIES_MANAGEMENT.CATEGORIES_TITLE' | translate }}
<mat-panel-title class="adf-metadata-properties-title">
{{ 'CATEGORIES_MANAGEMENT.CATEGORIES_TITLE' | translate }}
</mat-panel-title>
</div>
<div class="adf-metadata-categories-title">
@@ -128,8 +128,8 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
/** (optional) This flag sets the metadata in read only mode
* preventing changes.
*/
@Input()
readOnly = false;
@Input()
readOnly = false;
/** Emitted when content's editable state is changed. **/
@Output()