fix: correct issue detail bottom padding on mobile displays (#3268)

This commit is contained in:
Ryan Cohen
2023-01-24 14:54:58 +09:00
committed by GitHub
parent fd219717c0
commit 3db010b9ea

View File

@@ -667,6 +667,7 @@ const IssueDetails = () => {
</div>
</div>
</div>
<div className="h-16 sm:h-0" />
</div>
);
};