Commit ad2fa1f5 by Muhammad Usman

career history changes

parent ba739848
...@@ -54,8 +54,8 @@ export class CareerHistoryComponent extends BaseComponent implements OnInit { ...@@ -54,8 +54,8 @@ export class CareerHistoryComponent extends BaseComponent implements OnInit {
this.personalDetailsService.getCareerProfile() this.personalDetailsService.getCareerProfile()
.pipe(takeUntil(this.componentInView)) .pipe(takeUntil(this.componentInView))
.subscribe(response => { .subscribe(response => {
this.careerProfile = response;
this.isLoading = false; this.isLoading = false;
this.careerProfile = response;
}, err => { }, err => {
this.isLoading = false; this.isLoading = false;
this.utilsService.handleError(err); this.utilsService.handleError(err);
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="col-md-6 form-group"> <div class="col-md-6 form-group">
<label>Referee Name</label> <label>Referee Name</label>
<app-form-control> <app-form-control>
<input type="text" class="form-control" placeholder="Referee Name" name="RefereeName{{i}}" [(ngModel)]="referee.RefereeName"> <input type="text" class="form-control" placeholder="Referee Name" required name="RefereeName{{i}}" [(ngModel)]="referee.RefereeName">
</app-form-control> </app-form-control>
</div> </div>
</div> </div>
......
...@@ -22,3 +22,17 @@ ...@@ -22,3 +22,17 @@
} }
} }
} }
@media screen and (max-width: 640px) {
.ui-selectbutton {
display: block;
border-radius: 0 !important;
.ui-button {
border: 0;
border-radius: 0 !important;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment