From d950fdd5e5d70acfc1ccba2a32c895c6021ab6e9 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:27:19 +0200 Subject: [PATCH] add button margin #2072 --- www/form/app-form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 19c6a3c59..63a2e0cc0 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -954,10 +954,10 @@ flex: 1; min-width: 100px; border-color: @cryptpad_text_col; - border-right: 0px; } button { svg { margin: 0 !important; } + margin-left: 0.5rem; } }