From 88cbb0d8efa42e137aee985b62f1f64502199915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 30 Apr 2020 13:20:25 +0100 Subject: [PATCH] fix comment form button layout --- customize.dist/src/less2/include/comments.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/comments.less b/customize.dist/src/less2/include/comments.less index f6d034967..3b157d377 100644 --- a/customize.dist/src/less2/include/comments.less +++ b/customize.dist/src/less2/include/comments.less @@ -45,8 +45,9 @@ } .cp-comment-form-actions { text-align: right; + margin-left: -30px; button:not(:last-child) { - margin-right: 10px; + margin-right: 5px; } } @@ -133,7 +134,7 @@ margin-bottom: 0 !important; } button:not(:last-child) { - margin-right: 10px; + margin-right: 5px; } } .cp-comment-active {