Skip to content

Commit

Permalink
fix(plugins): change execution time position (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jun 27, 2023
1 parent fb5a846 commit 2b5f8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/pages/modules/plugins.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const totalTime = computed(() => {
ml--4 border-base py2 :class="idx ? 'border-t' : ''"
/>

<div class="text-sm" flex="~ gap-1 items-center justify-end" mt-3>
<div class="text-sm" flex="~ gap-1 items-center justify-start" mt-3>
<div i-carbon-timer text-lg op75 />
<span op50>Total execution time:</span>
<DurationDisplay :duration="totalTime" :factor="10" />
Expand Down

0 comments on commit 2b5f8e5

Please sign in to comment.