Skip to content

Commit

Permalink
Merge branch 'develop' into overseer-with-lidarr-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ano0002 authored Mar 23, 2024
2 parents f002637 + 107bce2 commit 2e7f050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MovieDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 2e7f050

Please sign in to comment.