diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index b8ae7220761..8a502a91aad 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -375,6 +375,7 @@ span.post-count { // this prevents image overflow on deeply nested blockquotes, lists, etc .cooked { overflow: hidden; + font-size: $base-font-size + 1; /* let's bump post body font size on mobile slightly */ } .moderator .topic-body {