Skip to content

Commit

Permalink
fix: post annotations form layout issues in Chrome browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Nov 25, 2024
1 parent 0b505a9 commit ae234ed
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 ae234ed

Please sign in to comment.