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

pull/3269/head
Ryan Cohen 1 year ago committed by GitHub
parent fd219717c0
commit 3db010b9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save