mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
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).
17 KiB
17 KiB