mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): ensure title fits into the view collection
box (#3696)
This commit is contained in:
@@ -500,7 +500,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="relative z-10 flex h-14 items-center justify-between p-4 text-gray-200 transition duration-300 group-hover:text-white">
|
<div className="relative z-10 flex h-full items-center justify-between p-4 text-gray-200 transition duration-300 group-hover:text-white">
|
||||||
<div>{data.collection.name}</div>
|
<div>{data.collection.name}</div>
|
||||||
<Button buttonSize="sm">
|
<Button buttonSize="sm">
|
||||||
{intl.formatMessage(globalMessages.view)}
|
{intl.formatMessage(globalMessages.view)}
|
||||||
|
Reference in New Issue
Block a user