mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 06:25:19 +02:00
Fix off-center modals
This commit is contained in:
parent
a82c0303ce
commit
08a2d35308
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<dialog id="turbo-confirm" class="max-w-[420px] w-full rounded-xl">
|
||||
<dialog id="turbo-confirm" class="max-w-[420px] w-full rounded-xl m-auto">
|
||||
<form method="dialog" class="p-4">
|
||||
<div class="flex flex-col mb-4">
|
||||
<div class="flex justify-between mb-2 gap-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue