Skip to content

Commit 4bfed20

Browse files
committed
fix: add margin-top to the main container in TranslationJobViewComponent
https://web.tracklify.com/project/2b7ZVgE5/AdminForth/1288/V3F96xOb/translation-progress
1 parent 4cd4aa2 commit 4bfed20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/TranslationJobViewComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<template>
3-
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-3">
3+
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-3 mt-9">
44
<div class="flex items-center space-x-1">
55
<span class=" text-gray-500">{{ t('Total tokens will be used for translation:') }}</span>
66
<span class="text-lg font-semibold text-gray-900 dark:text-gray-100">{{ new Number(props.job.state?.totalTranslationTokenCost).toLocaleString() || 0 }}</span>

0 commit comments

Comments
 (0)