From 3810cc07c51ba5facf1ec25aadacc7469dca32e5 Mon Sep 17 00:00:00 2001 From: sct Date: Tue, 24 Jan 2023 14:54:10 +0900 Subject: [PATCH] fix: correct issue detail bottom padding on mobile displays --- src/components/IssueDetails/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/IssueDetails/index.tsx b/src/components/IssueDetails/index.tsx index 797611b419..725adc7c54 100644 --- a/src/components/IssueDetails/index.tsx +++ b/src/components/IssueDetails/index.tsx @@ -667,6 +667,7 @@ const IssueDetails = () => { +
); };