diff --git a/static/styles/compose.scss b/static/styles/compose.scss index b88c7e2ea1..139f7d966a 100644 --- a/static/styles/compose.scss +++ b/static/styles/compose.scss @@ -87,10 +87,6 @@ } } - .compose_checkbox_label { - display: inline-block; - } - .pm_recipient { margin-left: 5px; margin-right: 20px; @@ -366,7 +362,7 @@ input.recipient_box { .compose_checkbox_label { color: hsl(0, 0%, 67%); - margin-right: 2px; + margin: 4px; } #compose-send-button { diff --git a/templates/zerver/app/compose.html b/templates/zerver/app/compose.html index 801778ff2f..8f0a6156cd 100644 --- a/templates/zerver/app/compose.html +++ b/templates/zerver/app/compose.html @@ -106,8 +106,9 @@ {{ _('Drafts') }}
-