From 7189f1ebae6bab266c145ee12746e33ba2239461 Mon Sep 17 00:00:00 2001 From: Eduard Carreras Date: Thu, 13 Feb 2025 16:59:02 +0100 Subject: [PATCH 1/3] fix(email): space between button and input (#885) [skip ci] --- src/widgets/base/LinkInput.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/widgets/base/LinkInput.tsx b/src/widgets/base/LinkInput.tsx index a951ba77c..47275fc06 100644 --- a/src/widgets/base/LinkInput.tsx +++ b/src/widgets/base/LinkInput.tsx @@ -45,7 +45,7 @@ export const LinkInput = (props: LinkInputProps) => { return ( {!readOnly ? ( - + {editMode ? (