From b4b339b059d50343858677179471610edd158105 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 22 Jul 2022 15:58:21 +0800 Subject: [PATCH] UX: Properly size emoji in sidebar section link text (#17610) --- app/assets/stylesheets/common/base/sidebar-section-link.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/base/sidebar-section-link.scss b/app/assets/stylesheets/common/base/sidebar-section-link.scss index 353140f6841..f45902cc9ca 100644 --- a/app/assets/stylesheets/common/base/sidebar-section-link.scss +++ b/app/assets/stylesheets/common/base/sidebar-section-link.scss @@ -34,6 +34,11 @@ .sidebar-section-link-content-text { @include ellipsis; + .emoji { + width: 15px; + height: 15px; + } + .badge-wrapper { font-size: 100%; width: 100%;