fix(comments): manually center align submit button in new comment field

Signed-off-by: Edward Ly <contact@edward.ly>
pull/46595/head
Edward Ly 2 years ago
parent 41356659c0
commit 983f121dc3
No known key found for this signature in database
GPG Key ID: 62EA9B12D5B3AC47
  1. 2
      apps/comments/src/components/Comment.vue

@ -345,7 +345,7 @@ $comment-padding: 10px;
&__submit {
position: absolute !important;
bottom: 0;
bottom: 5px;
right: 0;
}

Loading…
Cancel
Save