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:
Soumyajit Chakraborty
2025-05-28 23:20:17 +05:30
committed by GitHub
parent 5bbb5c5716
commit 79163cbae0
19 changed files with 50 additions and 42 deletions

View File

@@ -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;