From d73fac481bbff3ea78c3086661306a449408aabb Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Wed, 17 Jul 2024 12:57:36 +0530 Subject: [PATCH] stream-settings: Set max-width for stream creator pill. We now set max-width on the pill value for stream creator pill to make sure that the pill does not get too long for long names and the full name can anyways be seen by clicking on the pill. --- web/styles/input_pill.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/input_pill.css b/web/styles/input_pill.css index a2737bdc94..ddc0547ff6 100644 --- a/web/styles/input_pill.css +++ b/web/styles/input_pill.css @@ -261,7 +261,7 @@ > .pill-label { > .pill-value { padding: 0 5px; - max-width: none; + max-width: 200px; } > .my_user_status {