mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
fix: prevent breaking of batch time in rtl
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user