mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 04:49:59 +00:00
fix(ui): fix publish dialog layout (#2842)
This commit is contained in:
parent
bd8cfc7b57
commit
09cae9f924
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue