fix: post annotations form layout issues in Chrome browser (#7076)

pull/7078/head
Ryan Wang 2024-11-25 10:45:36 +08:00 committed by GitHub
parent ecec5eeb7c
commit e5be856a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ function onCustomFormToggle(e: Event) {
<!-- @vue-ignore -->
<details
:open="showCustomForm"
class="flex cursor-pointer space-y-4 py-4 transition-all first:pt-0"
class="flex flex-col cursor-pointer space-y-4 py-4 transition-all first:pt-0"
@toggle="onCustomFormToggle"
>
<summary class="group flex items-center justify-between">