Skip to content

Commit

Permalink
fix: post annotations form layout issues in Chrome browser (#7076)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Nov 25, 2024
1 parent ecec5ee commit e5be856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/form/AnnotationsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e5be856

Please sign in to comment.