From 9b323d99a0203aa6d1340af264ebccbe538f73ae Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Wed, 2 Jun 2021 18:14:09 -0400 Subject: [PATCH] Fix reply status box alignment. --- src/views/preview/comment/comment.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/preview/comment/comment.scss b/src/views/preview/comment/comment.scss index 6a3042b24..abd9ee6e2 100644 --- a/src/views/preview/comment/comment.scss +++ b/src/views/preview/comment/comment.scss @@ -285,7 +285,7 @@ } .thread-limit-status { - width: calc(100% - 10rem); + width: calc(100% - 4rem); margin-left: auto; .comment-status-icon {