layout fixes

This commit is contained in:
Denys Vuika
2023-02-14 11:21:21 -05:00
parent 137e9980c3
commit 35074e1470

View File

@@ -6,7 +6,7 @@
<h1>{{'APP.EDIT_PROFILE.MY_PROFILE' | translate}}</h1> <h1>{{'APP.EDIT_PROFILE.MY_PROFILE' | translate}}</h1>
</div> </div>
<div class="app-profile-row" [formGroup]="profileForm"> <div *ngIf="profileForm" class="app-profile-row" [formGroup]="profileForm">
<div class="app-profile-general"> <div class="app-profile-general">
<div class="app-profile-general-section"> <div class="app-profile-general-section">
<mat-icon (click)="toggleGeneralDropdown()" id="toggle-general-dropdown"> <mat-icon (click)="toggleGeneralDropdown()" id="toggle-general-dropdown">
@@ -89,7 +89,7 @@
</div> </div>
</div> </div>
<div class="app-profile-row" [formGroup]="profileForm"> <div *ngIf="profileForm" class="app-profile-row" [formGroup]="profileForm">
<div class="app-profile-general"> <div class="app-profile-general">
<div class="app-profile-general-section"> <div class="app-profile-general-section">
<mat-icon (click)="toggleContactDropdown()" id="toggle-contact-dropdown"> <mat-icon (click)="toggleContactDropdown()" id="toggle-contact-dropdown">