From 107bce2e86c4c4cef26d22b6d72b6ea56e2df9c3 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:12:39 +0500 Subject: [PATCH] fix(ui): ensure title fits into the `view collection` box (#3696) --- src/components/MovieDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MovieDetails/index.tsx b/src/components/MovieDetails/index.tsx index eaaa902e..11b2a775 100644 --- a/src/components/MovieDetails/index.tsx +++ b/src/components/MovieDetails/index.tsx @@ -500,7 +500,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => { }} /> -
+
{data.collection.name}