From 983f121dc3ad3f915ded3a1a3dd5a7e96bca9abd Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Wed, 17 Jul 2024 16:13:18 -0700 Subject: fix(comments): manually center align submit button in new comment field Signed-off-by: Edward Ly --- apps/comments/src/components/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/comments') diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index 29711ad687d..6a02bcd8c6a 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -345,7 +345,7 @@ $comment-padding: 10px; &__submit { position: absolute !important; - bottom: 0; + bottom: 5px; right: 0; } -- cgit v1.2.3