Skip to content

Commit

Permalink
fix(ui): fix publish dialog layout (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Apr 22, 2024
1 parent bd8cfc7 commit 09cae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/ModalContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function handleFavouritedBoostedByClose() {
</ModalDialog>
<ModalDialog
v-model="isPublishDialogOpen"
max-w-180 flex
max-w-180 flex flex-col
@close="handlePublishClose"
>
<!-- This `w-0` style is used to avoid overflow problems in flex layouts,so don't remove it unless you know what you're doing -->
Expand Down

0 comments on commit 09cae9f

Please sign in to comment.