From 3db010b9eaec62aa08d973a61caf1801471bbf3e Mon Sep 17 00:00:00 2001 From: Ryan Cohen Date: Tue, 24 Jan 2023 14:54:58 +0900 Subject: [PATCH] fix: correct issue detail bottom padding on mobile displays (#3268) --- 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 797611b41..725adc7c5 100644 --- a/src/components/IssueDetails/index.tsx +++ b/src/components/IssueDetails/index.tsx @@ -667,6 +667,7 @@ const IssueDetails = () => { +
); };