diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 84969adcd2..76a13afaef 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -2486,28 +2486,28 @@ select.invite-as { margin-left: 0; margin-right: 0; } - } - #streamlist-toggle { - display: block; - } - - .top-navbar-container { - margin-left: 40px; - } - - .typeahead.dropdown-menu .typeahead-menu li { - width: 100%; - - & a { - white-space: normal; + #streamlist-toggle { + display: block; } - } - #feedback_container { - width: calc(90% - 30px); - left: 5%; - top: 5%; + .top-navbar-container { + margin-left: 40px; + } + + .typeahead.dropdown-menu .typeahead-menu li { + width: 100%; + + & a { + white-space: normal; + } + } + + #feedback_container { + width: calc(90% - 30px); + left: 5%; + top: 5%; + } } }