fix(frontend): center text in movie auto-approve modal on small screens (#510)

fix #507
pull/221/head
Danshil Mungur 4 years ago committed by GitHub
parent 0185bb1a70
commit 1438b08cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,7 +168,7 @@ const MovieRequestModal: React.FC<RequestModalProps> = ({
okButtonType={'primary'}
iconSvg={<DownloadIcon className="w-6 h-6" />}
>
{text}
<p className="text-center md:text-left">{text}</p>
</Modal>
);
};

Loading…
Cancel
Save