Fixed broken css

This commit is contained in:
litaesther10
2023-03-21 18:11:55 +01:00
parent d5d3b17623
commit 3dfa8fc597

View File

@ -415,7 +415,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {
</div>
</div>
</div>
<div className="flex justify-end gap-3 mt-5 sm:mt-6 sm:grid sm:grid-flow-row-dense sm:grid-cols-2 sm:flex-none sm:jus">
<div className="flex justify-end gap-3 mt-5 sm:mt-6 sm:grid sm:grid-flow-row-dense sm:grid-cols-2 sm:flex-none ">
<Button color="secondary" onClick={() => setOpen(false)}>
Cancel
</Button>