Skip to content
Snippets Groups Projects
Commit cca5b02f authored by Arie Peterson's avatar Arie Peterson
Browse files

Make info modals slightly wider

parent ed199c2f
No related branches found
No related tags found
1 merge request!174Resolve "Password reset link partially invisible"
Pipeline #44603 passed with stages
in 3 minutes and 54 seconds
......@@ -48,7 +48,7 @@ export const InfoModal = ({ open, onClose, title, body, dynamicData }: InfoModal
leaveFrom="opacity-100 translate-y-0 sm:scale-100"
leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
>
<div className="inline-block align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full">
<div className="inline-block align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-xl sm:w-full">
<div className="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
<div className="sm:flex sm:items-start">
<div className="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment