mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-34482 Fixing label and alignment issues in forms (#10898)
* AAE-34482 fixing label and alignment issues in forms * AAE-34482 fixing margin issues * AAE-34482 adding span inside mat-label * AAE-34482 fixing units * AAE-34482 removing unwanted unit * AAE-34482 fixing unit * AAE-34482 fixing native element class in unit tests
This commit is contained in:
committed by
GitHub
parent
5bbb5c5716
commit
79163cbae0
@@ -75,6 +75,10 @@ import { IdentityGroupService } from '../services/identity-group.service';
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class GroupCloudComponent implements OnInit, OnChanges {
|
||||
/** Label for the user selection component. */
|
||||
@Input()
|
||||
label: string;
|
||||
|
||||
/** Name of the application. If specified this shows the groups who have access to the app. */
|
||||
@Input()
|
||||
appName: string;
|
||||
|
Reference in New Issue
Block a user