Skip to content

Commit

Permalink
put size of modals back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Oct 9, 2023
1 parent 2e40abc commit 540abea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Modal: React.FC<Props> = (props) => {
&#8203;
</span>
<HeadlessUI.Transition.Child
as={React.Fragment}
enter="ease-out duration-300"
enterFrom="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
enterTo="opacity-100 translate-y-0 sm:scale-100"
Expand Down

0 comments on commit 540abea

Please sign in to comment.