Skip to content

Commit

Permalink
fix(frontend): wrap movie titles in collection request modal
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Dec 27, 2021
1 parent 507d30b commit 793df3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RequestModal/CollectionRequestModal.tsx
Expand Up @@ -397,7 +397,7 @@ const CollectionRequestModal: React.FC<RequestModalProps> = ({
></span>
</span>
</td>
<td className="flex items-center px-1 py-4 text-sm font-medium leading-5 text-gray-100 md:px-6 whitespace-nowrap">
<td className="flex items-center px-1 py-4 text-sm font-medium leading-5 text-gray-100 md:px-6">
<div className="relative flex-shrink-0 w-10 h-auto overflow-hidden rounded-md">
<CachedImage
src={
Expand Down

0 comments on commit 793df3a

Please sign in to comment.