Skip to content

Commit

Permalink
Chore: set max-width on ImageModal
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Jan 25, 2024
1 parent 73f8f04 commit 682bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/workflows/components/graph/ImageModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="modal !z-max">
<div
class="relative flex flex-col items-center justify-center gap-4 w-full w-auto pt-16 px-4 pb-4 bg-base-200/80 rounded-sm"
class="relative flex flex-col items-center justify-center gap-4 w-full max-w-[800px] w-auto pt-16 px-4 pb-4 bg-base-200/80 rounded-sm"
>
<button
on:click={() => (imageModalOpen = false)}
Expand Down

0 comments on commit 682bb2b

Please sign in to comment.