mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): center text in movie auto-approve modal on small screens (#510)
fix #507
This commit is contained in:
@@ -168,7 +168,7 @@ const MovieRequestModal: React.FC<RequestModalProps> = ({
|
|||||||
okButtonType={'primary'}
|
okButtonType={'primary'}
|
||||||
iconSvg={<DownloadIcon className="w-6 h-6" />}
|
iconSvg={<DownloadIcon className="w-6 h-6" />}
|
||||||
>
|
>
|
||||||
{text}
|
<p className="text-center md:text-left">{text}</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user