From 99ce9e5f178c2832d07539ffeb830b0424d211c7 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 8 Mar 2021 08:16:07 +0300 Subject: [PATCH] fixed UI issue at profile --- Mohem/src/app/app.component.scss | 1 + Mohem/src/app/profile/home/home.component.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/Mohem/src/app/app.component.scss b/Mohem/src/app/app.component.scss index 220c3a9c..bed5d1b9 100644 --- a/Mohem/src/app/app.component.scss +++ b/Mohem/src/app/app.component.scss @@ -61,6 +61,7 @@ header border-radius: 50% !important; position: relative; color: #7f8c8d; + height: 35px; } diff --git a/Mohem/src/app/profile/home/home.component.scss b/Mohem/src/app/profile/home/home.component.scss index 23f91321..0d3441ce 100644 --- a/Mohem/src/app/profile/home/home.component.scss +++ b/Mohem/src/app/profile/home/home.component.scss @@ -33,6 +33,7 @@ ion-col.colBold, ion-col.colBold > label{ border-radius: 50% !important; position: relative; color: #7f8c8d; + height: 35px; }