mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
layout fixes
This commit is contained in:
committed by
Sheena Malhotra
parent
f6de993dc7
commit
62ad3cd786
@@ -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">
|
||||||
|
Reference in New Issue
Block a user