diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 8a502a91aad..92c004d0640 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -376,6 +376,7 @@ span.post-count { .cooked { overflow: hidden; font-size: $base-font-size + 1; /* let's bump post body font size on mobile slightly */ + line-height: $base-line-height + 2; /* bump up line height to match increased font */ } .moderator .topic-body {