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.
This commit is contained in:
Sahil Batra 2024-07-17 12:57:36 +05:30 committed by Tim Abbott
parent d23d8b8565
commit d73fac481b

View File

@ -261,7 +261,7 @@
> .pill-label {
> .pill-value {
padding: 0 5px;
max-width: none;
max-width: 200px;
}
> .my_user_status {