mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
stream_settings: Fix action items overflowing to next container.
`+` icon was overflowing the right pane on 18px font size.
(cherry picked from commit fde6278e34)
This commit is contained in:
@@ -786,7 +786,7 @@ function setup_page(callback: () => void): void {
|
||||
values: [
|
||||
{label: $t({defaultMessage: "Subscribed"}), key: "subscribed"},
|
||||
{label: $t({defaultMessage: "Not subscribed"}), key: "not-subscribed"},
|
||||
{label: $t({defaultMessage: "All channels"}), key: "all-streams"},
|
||||
{label: $t({defaultMessage: "All"}), key: "all-streams"},
|
||||
],
|
||||
callback(_value, key) {
|
||||
switch_stream_tab(key);
|
||||
|
||||
Reference in New Issue
Block a user