From d9da25e9080c1169fdde2f2379641d6ea6bd4146 Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Fri, 22 Mar 2024 16:42:51 +0530 Subject: [PATCH] fix: increase gap between up and down arrow icon --- apps/OpenSign/src/components/pdf/RecipientList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/OpenSign/src/components/pdf/RecipientList.js b/apps/OpenSign/src/components/pdf/RecipientList.js index 60f28e22a..08643b388 100644 --- a/apps/OpenSign/src/components/pdf/RecipientList.js +++ b/apps/OpenSign/src/components/pdf/RecipientList.js @@ -232,7 +232,8 @@ const RecipientList = (props) => { style={{ display: "flex", flexDirection: "row", - alignItems: "center" + alignItems: "center", + gap: 5 }} >