From 07667c88814d29ffc521e384f8f6c3cfc535affc Mon Sep 17 00:00:00 2001 From: Eugene Orlov Date: Fri, 9 Jun 2023 16:01:43 +0200 Subject: [PATCH] fix: Gap between buttons and markdown tip --- .../components/comment-form/__actions/comment-form__actions.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/apps/remark42/app/components/comment-form/__actions/comment-form__actions.css b/frontend/apps/remark42/app/components/comment-form/__actions/comment-form__actions.css index 6685d069..c58ce3d5 100644 --- a/frontend/apps/remark42/app/components/comment-form/__actions/comment-form__actions.css +++ b/frontend/apps/remark42/app/components/comment-form/__actions/comment-form__actions.css @@ -5,4 +5,5 @@ flex-wrap: wrap; justify-content: space-between; min-height: 30px; + gap: 12px; }