diff --git a/static/styles/zulip.css b/static/styles/zulip.css index cbf1fdec5c..2bb593095b 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2485,11 +2485,11 @@ div.topic_edit_spinner .loading_indicator_spinner { emoji's width decreases and causes it to break. */ min-width: 16px; /* In most contexts, status emoji appear immediately after a name - field with no margin. Position the status emoji with 2px of left + field with no margin. Position the status emoji with 3px of left margin to space it from the name, and set no right margin so that any components to the right appear equally distant as they would be from a name. */ - margin-left: 2px; + margin-left: 3px; margin-right: 0; }