fix(frontend): approve and decline button (in manage panel) will now fit on mobile (#441)

pull/470/head
Brandon Cohen 4 years ago committed by GitHub
parent 1056d28a26
commit 66ef72dd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ const RequestBlock: React.FC<RequestBlockProps> = ({ request, onUpdate }) => {
</div>
)}
</div>
<div className="ml-2 flex-shrink-0 flex">
<div className="ml-2 flex-shrink-0 flex flex-wrap">
{request.status === MediaRequestStatus.PENDING && (
<>
<span className="mr-1">

Loading…
Cancel
Save