Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/automaapp/automa into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Oct 27, 2023
2 parents 42be423 + 5f2cade commit e9105f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditJavascriptCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Run before page loaded
</ui-checkbox>
</template>
<ui-modal v-model="state.showCodeModal" content-class="max-w-4xl">
<ui-modal v-model="state.showCodeModal" content-class="w-11\/12">
<template #header>
<ui-tabs v-model="state.activeTab" class="border-none">
<ui-tab value="code">
Expand Down

0 comments on commit e9105f6

Please sign in to comment.