From 0e4e43067359f1be177217917f3c17f9e1c25f3f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 24 Mar 2022 20:23:46 +0100 Subject: [PATCH] Fixed margin in button --- src/short-urls/ShortUrlForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/short-urls/ShortUrlForm.tsx b/src/short-urls/ShortUrlForm.tsx index d2a08d54..dd2a9776 100644 --- a/src/short-urls/ShortUrlForm.tsx +++ b/src/short-urls/ShortUrlForm.tsx @@ -108,7 +108,7 @@ export const ShortUrlForm = ( {isBasicMode && renderOptionalInput('customSlug', 'Custom slug', 'text', { bsSize: 'lg' }, { className: 'col-lg-6' })} -
+