mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Due to some quirks of CSS specificity, a rule for 0 `right-padding` was overriding a rule for 2px `right-padding` for topic names. This is now corrected, and the padding increased to 3px for a less cramped look, for PMs, topics and streams. Repetition of CSS has also been removed.