diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 8577b68b26..acfa7ceeee 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -2261,6 +2261,13 @@ div.topic_edit_spinner .loading_indicator_spinner { max-height: 60vh; } +#invitee_emails { + min-height: 40px; + max-height: 300px; + width: 96%; + max-width: 96%; +} + #invite-user .modal-header { padding: 7px 15px; border-color: hsl(0, 0%, 87%); @@ -2277,13 +2284,6 @@ div.topic_edit_spinner .loading_indicator_spinner { color: hsl(0, 0%, 67%); } -#invitee_emails { - min-height: 40px; - max-height: 300px; - width: 96%; - max-width: 96%; -} - #invite-user .overlay-content { position: relative; width: 500px; @@ -2301,6 +2301,10 @@ div.topic_edit_spinner .loading_indicator_spinner { width: calc(100% - 30px); } +#invite-user .invite-stream-controls { + margin-top: 5px; +} + #invite_status { display: none; } @@ -2338,10 +2342,6 @@ div.topic_edit_spinner .loading_indicator_spinner { top: 1px; } -#invite-user .invite-stream-controls { - margin-top: 5px; -} - .settings-dropdown-caret { margin-left: 8px; margin-right: 8px;