From 074fa5cb186ef28332ee85539f494bffefdfe09d Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 27 Jul 2020 20:45:29 -0400 Subject: [PATCH] Follow-up Safari fixes for 89f6ff1 --- app/assets/stylesheets/common/base/header.scss | 1 + app/assets/stylesheets/common/base/topic.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index b531601e96d..796c2e1a303 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -249,6 +249,7 @@ align-items: baseline; .header-title { grid-area: title; + display: flex; } .categories-wrapper { grid-area: categories; diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 64055a33b93..2c8cc2b119a 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -70,6 +70,9 @@ .topic-statuses { line-height: 1.2em; margin-right: 0.15em; + &:empty { + margin-right: 0; + } .d-icon { color: $primary-medium; }