Form Fields Align UI
This commit is contained in:
parent
13fdf54f0b
commit
db8771aae9
@ -1,5 +1,5 @@
|
||||
.banlFields mat-form-field {
|
||||
//width: 100%;
|
||||
width: 27%;
|
||||
margin: 0 2%;
|
||||
}
|
||||
.bankForm .button {
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
}
|
||||
.matcard mat-form-field {
|
||||
margin: 0 2%;
|
||||
width:26%;
|
||||
}
|
||||
.address .button {
|
||||
float: right;
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<div formArrayName="earningMembers">
|
||||
<div *ngFor="let item of familyForm.controls.earningMembers['controls']; let i=index"
|
||||
[formGroupName]="i">
|
||||
<mat-card-content class="matcard">
|
||||
<mat-card-content class="matcards">
|
||||
<mat-form-field>
|
||||
<mat-select placeholder="Relation" formControlName="relation">
|
||||
<mat-option value="{{relations.relationship_id}}"
|
||||
|
||||
@ -8,7 +8,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
.matcard mat-form-field {
|
||||
margin: 0 2%;
|
||||
width:27%;
|
||||
}
|
||||
.matcards mat-form-field {
|
||||
margin: 0 2%;
|
||||
width:40%;
|
||||
}
|
||||
.address .button {
|
||||
float: right;
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
}
|
||||
.matcard mat-form-field {
|
||||
margin: 0 2%;
|
||||
width:26%;
|
||||
}
|
||||
.address .button {
|
||||
float: right;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user