mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
We've often gotten the complaint that Zulip's emoji are a bit too big; this should address the worst consequences of that (line-wrapping being off with large emoji present) while still making it possible to easily see what a given emoji is. The right place to change this is in rendered_markdown.scss, not the main emoji definition in zulip.scss, as the latter is also used in places like the emoji picker where a larger size is valuable. Closes #12731, an older PR that did this with slightly different parameters (and without a comment).