diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index ca5c571e90..cb68c19aeb 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1361,6 +1361,12 @@ div.focused_table { .message-edit-timer-control-group { float: right; display: none; + margin-top: 5px; +} + +.message-edit-feature-group { + display: inline-block; + margin-bottom: -5px; } .topic_edit { diff --git a/static/templates/message_edit_form.handlebars b/static/templates/message_edit_form.handlebars index f8c458c902..e445ad9547 100644 --- a/static/templates/message_edit_form.handlebars +++ b/static/templates/message_edit_form.handlebars @@ -36,13 +36,13 @@ {{/if}} {{#if has_been_editable}} +