diff --git a/app/assets/stylesheets/moderation.scss b/app/assets/stylesheets/moderation.scss index 82d70e43..ce676c72 100644 --- a/app/assets/stylesheets/moderation.scss +++ b/app/assets/stylesheets/moderation.scss @@ -244,7 +244,7 @@ .post-header { display: flex; justify-content: space-between; - align-items: start; + align-items: flex-start; margin-bottom: 1rem; .post-meta { @@ -714,7 +714,7 @@ .post-author { display: flex; - align-items: start; + align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; diff --git a/app/assets/stylesheets/topic-show.scss b/app/assets/stylesheets/topic-show.scss index 4e4dd2dd..d32df321 100644 --- a/app/assets/stylesheets/topic-show.scss +++ b/app/assets/stylesheets/topic-show.scss @@ -390,7 +390,7 @@ padding: 1rem; margin: 1.5rem 0; display: flex; - align-items: start; + align-items: flex-start; gap: 0.75rem; .material-icons {