From b3e0cc61e5b073fac3f6fde85c34d5a8ee9d5021 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 10 Jul 2024 07:50:52 +0000 Subject: [PATCH] css: Remove old typeahead css. We already have the behaviour for this that we want in typeahead.css. This CSS produces problems for rendered markdown as it propagates to it. --- web/styles/zulip.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index f6cf9a0264..e9e6d516ea 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1958,14 +1958,6 @@ body:not(.hide-left-sidebar) { margin-left: 40px; } - .typeahead.dropdown-menu .typeahead-menu li { - width: 100%; - - & a { - white-space: normal; - } - } - #feedback_container { width: calc(90% - 30px); left: 5%;