diff --git a/src/App.scss b/src/App.scss index f556a7d9d..6604d97f1 100644 --- a/src/App.scss +++ b/src/App.scss @@ -815,9 +815,11 @@ option { align-items: baseline; line-height: 1.5; + p, span { display: block; flex: 1 1 auto; + margin: 0; } .dismiss { diff --git a/src/components/post_status_form/post_status_form.scss b/src/components/post_status_form/post_status_form.scss index fb1de718c..3d78884fe 100644 --- a/src/components/post_status_form/post_status_form.scss +++ b/src/components/post_status_form/post_status_form.scss @@ -53,6 +53,7 @@ .preview-heading { display: flex; flex-wrap: wrap; + margin: 0 0.5em; } .preview-toggle { @@ -106,7 +107,6 @@ display: flex; justify-content: space-between; align-items: baseline; - margin-left: -0.5em; } .visibility-notice {