mirror of https://github.com/zulip/zulip.git
87cb449d08
For multi word stream names, searching for particular phrases, like the entirety of any word in it, caused no space to show before and/or after that word. For example, searching for `core` resulted in `**core**team` (the space between `core` and `team` missing). The cause of this bug was that the immediate container was `div` with `display: flex` and so spaces at the ends of its immediate child elements: text nodes and `strong` elements - were not respected. This is fixed now by wrapping all the `description_html` text in a `span` element (while the optional user_pill_context stays in another `span` as before). |
||
---|---|---|
.. | ||
node_tests | ||
puppeteer_lib | ||
puppeteer_tests | ||
zjsunit |