fix(ui): fix publish dialog layout (#2842)
This commit is contained in:
parent
bd8cfc7b57
commit
09cae9f924
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user