From a2627270784bdef8644875fa5c5a7349a0b7fd81 Mon Sep 17 00:00:00 2001 From: sct Date: Tue, 12 Jan 2021 23:39:39 +0000 Subject: [PATCH] fix(frontend): fix request button height --- src/components/Common/ButtonWithDropdown/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Common/ButtonWithDropdown/index.tsx b/src/components/Common/ButtonWithDropdown/index.tsx index 12c032c3c..422436c3b 100644 --- a/src/components/Common/ButtonWithDropdown/index.tsx +++ b/src/components/Common/ButtonWithDropdown/index.tsx @@ -39,10 +39,10 @@ const ButtonWithDropdown: React.FC = ({ useClickOutside(buttonRef, () => setIsOpen(false)); return ( - +