diff --git a/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.css b/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.css
index 4bca5cc0d..ea6a1abd1 100644
--- a/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.css
+++ b/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.css
@@ -1,3 +1,7 @@
.flex {
width: 100%;
}
+
+.buttonWrapper {
+ padding-left: var(--spacing-2);
+}
diff --git a/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.tsx b/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.tsx
index 1e0695617..648668a18 100644
--- a/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.tsx
+++ b/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/PostCommentInReviewMessage.tsx
@@ -20,11 +20,17 @@ const PostCommentInReview: FunctionComponent<
Your comment has been submitted and will be reviewed by a moderator
-