mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 13:04:23 +02:00
fix(ui): center role under title cards on person detail pages (#1205)
This commit is contained in:
@@ -110,7 +110,7 @@ const PersonDetails: React.FC = () => {
|
||||
canExpand
|
||||
/>
|
||||
{media.character && (
|
||||
<div className="mt-2 text-xs text-center text-gray-300 truncate w-36 sm:w-36 md:w-44">
|
||||
<div className="w-full mt-2 text-xs text-center text-gray-300 truncate">
|
||||
{intl.formatMessage(messages.ascharacter, {
|
||||
character: media.character,
|
||||
})}
|
||||
@@ -150,7 +150,7 @@ const PersonDetails: React.FC = () => {
|
||||
canExpand
|
||||
/>
|
||||
{media.job && (
|
||||
<div className="mt-2 text-xs text-center text-gray-300 truncate w-36 sm:w-36 md:w-44">
|
||||
<div className="w-full mt-2 text-xs text-center text-gray-300 truncate">
|
||||
{media.job}
|
||||
</div>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user