[ACS-5645]aligned input

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:20:25 +05:30
committed by Anukriti Singh
parent 1f35ddd033
commit e412f395af
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()