From 10c4fe50253b60c92bd00f730964aef509f20ef7 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Tue, 1 Jun 2021 14:36:56 +0530 Subject: [PATCH] UX: fix PM header title alignment (#13223) --- app/assets/stylesheets/common/base/topic.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 863186e6d1..69c4b6445b 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -166,6 +166,10 @@ color: var(--primary-medium); } } + .header-title .private-message-glyph-wrapper { + float: left; + margin-right: 0.25em; + } } a.badge-category {