From 12d755c7c24415341e5776941580fffeb12d59d5 Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 15:58:32 +0530 Subject: [PATCH] css: Use SCSS nesting in zulip.scss for `.home-error-bar`. --- static/styles/zulip.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 4f8e67e9fc..c153558452 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1412,10 +1412,10 @@ div.focused_table { .home-error-bar { margin-top: 5px; display: none; -} -.home-error-bar .alert { - margin-bottom: auto; + .alert { + margin-bottom: auto; + } } .streamname {