From e327c6f521b003a59a118cdab02b6a6ceb06788b Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 16:51:59 +0530 Subject: [PATCH] css: Merge `.top-navbar-border` css ruleset in zulip.scss. --- static/styles/zulip.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 1aa98c7497..31c6d5e3df 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -2762,9 +2762,6 @@ select.inline_select_topic_edit { .top-navbar-border { margin-left: 40px; - } - - .top-navbar-border { width: calc(100% - 116px); } // todo: Figure out why this has to be different