From 46c966576d65eaec0e9a185d62a2082060b129dc Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sun, 12 Jul 2020 23:42:00 +0530 Subject: [PATCH] scss: Fix broken rules. --- static/styles/zulip.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 77622292e1..74f38a2bac 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -123,7 +123,7 @@ p.n-margin { .all-messages-search-caution { border-radius: 4px; display: none; - height: 28x; + height: 28px; font-size: 16px; margin: 0 auto 12px; padding: 5px; @@ -1640,7 +1640,7 @@ div.focused_table { .navbar-search.expanded { overflow: hidden; margin-top: 0px; - right: 2; + right: 2px; width: calc(100% - 2px); position: absolute; .search_button {