mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]aligned input
This commit is contained in:
committed by
Anukriti Singh
parent
1f35ddd033
commit
e412f395af
+2
-2
@@ -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">
|
||||
|
||||
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user