From 5ad100afefe5a09cdbeb4e4e301c45a468708c96 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 25 Mar 2025 08:37:00 +0530 Subject: [PATCH] channel_settings: Fix channel name incorrect hidden. `max-width` was not working correctly here. Removing it gets us in good state. --- web/styles/subscriptions.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/styles/subscriptions.css b/web/styles/subscriptions.css index 578fe80d66..89274c1dbb 100644 --- a/web/styles/subscriptions.css +++ b/web/styles/subscriptions.css @@ -1557,7 +1557,6 @@ div.settings-radio-input-parent { } .selected-stream-title { - max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;