search: Remove unintentional propagation of CSS properties.

This doesn't introduce any bugs yet but it can if left unchecked.
This commit is contained in:
Aman Agrawal 2024-07-10 07:54:13 +00:00 committed by Tim Abbott
parent b3e0cc61e5
commit a5c922a99f
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@
}
}
.typeahead-menu li a {
.typeahead-menu > li > a {
padding: 3px 30px;
/* Override white-space: nowrap from zulip.css */
white-space: normal;