mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This fixes the reactions to not break a new line by changing them from a weird combination of “float: left” and “display: block” (inlined), to just “display: inline-block”. With fixes from Harshit Bansal for an issue with using the hotkeys in a filtered popover. Fixes: #4818.