mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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:
parent
d23d8b8565
commit
d73fac481b
@ -261,7 +261,7 @@
|
||||
> .pill-label {
|
||||
> .pill-value {
|
||||
padding: 0 5px;
|
||||
max-width: none;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
> .my_user_status {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user