diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 83449ebed8b..c4b4a16c9df 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -469,7 +469,7 @@ iframe { max-width: 800px; width: 90%; margin: 7px 0 0 0; - line-height: 1.1; + line-height: 1.0; } diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index cbee3ef6f2f..d49de983802 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -20,7 +20,8 @@ margin: -20px 0 0 0; h1 { - font-size: 2em; + font-size: 2em; + line-height: 1.0; margin: 0;