From 4feab22e51c275de45a01a9a6ba80b9ba7ff0488 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 20 Oct 2020 01:54:01 +0200 Subject: [PATCH] [MM-28965] - Prevent link overlap in channel header (#6546) (#6844) Automatic Merge --- sass/layout/_headers.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/layout/_headers.scss b/sass/layout/_headers.scss index 26172e11b328..3fe75c23a792 100644 --- a/sass/layout/_headers.scss +++ b/sass/layout/_headers.scss @@ -269,6 +269,7 @@ .emoticon { position: relative; top: -1px; + overflow: hidden; } }