mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Blockquotes and unordered lists had a large amount of space above them when preceded by a paragraph tag, which looks ugly. This is a common issue with the CSS rendering of essentially all markdown implementations (e.g. GitHub has this bug). We resolve the issue by reducing that whitespace with negative margins. Hopefully, this won't create other weird glitches in the process. Fixes #11631.