mirror of https://github.com/zulip/zulip.git
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:
parent
b3e0cc61e5
commit
a5c922a99f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue