From e2dca52480673e93641421fb166ef94c29b4998e Mon Sep 17 00:00:00 2001 From: Arya Khochare <91268931+Aryakoste@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:25:52 +0530 Subject: [PATCH] Custom status tooltip position fixed in channel switcher items (#28801) --- webapp/channels/src/sass/components/_suggestion-list.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/channels/src/sass/components/_suggestion-list.scss b/webapp/channels/src/sass/components/_suggestion-list.scss index c6ef2bfab0..5a3129d15f 100644 --- a/webapp/channels/src/sass/components/_suggestion-list.scss +++ b/webapp/channels/src/sass/components/_suggestion-list.scss @@ -226,7 +226,6 @@ > span:nth-child(2) { overflow: hidden; - width: 100%; text-overflow: ellipsis; } }