diff --git a/js/forum/src/components/PostsUserPage.js b/js/forum/src/components/PostsUserPage.js
index b6d8f86f7..58cbab2ce 100644
--- a/js/forum/src/components/PostsUserPage.js
+++ b/js/forum/src/components/PostsUserPage.js
@@ -67,7 +67,7 @@ export default class PostsUserPage extends UserPage {
- {CommentPost.component({post, showDiscussionTitle: true})}
+ {CommentPost.component({post})}
))}
diff --git a/less/forum/Post.less b/less/forum/Post.less
index da5fcb6f8..5ba2f2a00 100644
--- a/less/forum/Post.less
+++ b/less/forum/Post.less
@@ -370,7 +370,6 @@
border: 2px dashed @control-bg;
color: @muted-color;
border-radius: 10px;
- padding: 20px;
.Post-header {
margin: 0;
@@ -379,9 +378,6 @@
}
@media @tablet-up {
.ReplyPlaceholder {
- margin-left: -20px;
- margin-right: -20px;
- padding-left: 110px;
border-color: transparent;
transition: border-color 0.2s;