Skip to content

Commit

Permalink
fix: change mobile dialog style with w-full
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Feb 27, 2024
1 parent 258f9f9 commit 6786cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}"
>
<div
class="p-4 border-l-4 min-w-[400px]"
class="p-4 border-l-4 sm:min-w-[400px] w-full"
:class="{
'bg-orange-100 border-orange-500 text-orange-700':
store.dialogType === 'warning',
Expand Down

0 comments on commit 6786cb3

Please sign in to comment.