1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-05-18 14:37:15 +01:00

fix(ui): fix publish dialog layout (#2842)

This commit is contained in:
TAKAHASHI Shuuji 2024-04-22 21:54:20 +09:00 committed by GitHub
parent bd8cfc7b57
commit 09cae9f924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 layoutsso don't remove it unless you know what you're doing -->