fix: prevent breaking of batch time in rtl

This commit is contained in:
raizasafeel
2026-04-13 17:04:35 +05:30
parent f891f72e20
commit 4278361559
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
/>
<div class="flex items-center text-sm text-ink-gray-7">
<Clock class="h-4 w-4 stroke-1.5 me-2 text-ink-gray-7" />
<span>
<span dir="ltr">
{{ formatTime(batch.start_time) }} - {{ formatTime(batch.end_time) }}
</span>
</div>

View File

@@ -51,7 +51,7 @@
/>
<div class="flex items-center mb-3 text-ink-gray-7">
<Clock class="h-4 w-4 stroke-1.5 me-2" />
<span>
<span dir="ltr">
{{ formatTime(batch.data.start_time) }} -
{{ formatTime(batch.data.end_time) }}
</span>