From ebeec8173095e7025ddc5504e5ea951ce630f489 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Thu, 18 Oct 2018 16:08:55 +0100 Subject: [PATCH] FIX #8634 rm justify-content: right on expand panel (mailing list) --- src/frontend/app/profile.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/app/profile.component.html b/src/frontend/app/profile.component.html index 3acb08648d0..9a6beb6e281 100755 --- a/src/frontend/app/profile.component.html +++ b/src/frontend/app/profile.component.html @@ -442,7 +442,7 @@ <mat-accordion> <mat-expansion-panel #createGrpContPan (opened)="initGroupsContact()"> <mat-expansion-panel-header> - <mat-panel-title color="primary" style="justify-content: right;"> + <mat-panel-title color="primary"> <span style="margin-top:5px;">{{lang.contactGroupCreate}}</span> </mat-panel-title> </mat-expansion-panel-header> @@ -535,7 +535,7 @@ <mat-accordion> <mat-expansion-panel #linkContPan> <mat-expansion-panel-header> - <mat-panel-title color="primary" style="justify-content: right;"> + <mat-panel-title color="primary"> <span style="margin-top:5px;">{{lang.contactLink}}</span> </mat-panel-title> </mat-expansion-panel-header> -- GitLab