fix(ui): ensure title fits into the `view collection` box (#3696)

pull/3800/head
Fallenbagel 2 months ago committed by Anatole Sot
parent f303c21402
commit 078c8b0fc5

@ -500,7 +500,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
}}
/>
</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>
<Button buttonSize="sm">
{intl.formatMessage(globalMessages.view)}

Loading…
Cancel
Save