From 25c2752fc764e0dfbd5a8d096bba518ea5e0e7fc Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 20 May 2019 12:57:53 +0500 Subject: [PATCH] MM-15680 - Updating channel header icon styling (#2818) --- sass/layout/_headers.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/layout/_headers.scss b/sass/layout/_headers.scss index 85d4c4779d20..5cecb60fd450 100644 --- a/sass/layout/_headers.scss +++ b/sass/layout/_headers.scss @@ -112,6 +112,9 @@ .channel-header__icon { @include border-radius(50%); border: 1px solid; + display: flex; + justify-content: center; + align-items: center; cursor: pointer; height: 30px; line-height: 30px;