From 4278361559c0be87b959308f8103d1831562eb65 Mon Sep 17 00:00:00 2001 From: raizasafeel <89463672+raizasafeel@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:04:35 +0530 Subject: [PATCH] fix: prevent breaking of batch time in rtl --- frontend/src/pages/Batches/components/BatchCard.vue | 2 +- frontend/src/pages/Batches/components/BatchOverlay.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Batches/components/BatchCard.vue b/frontend/src/pages/Batches/components/BatchCard.vue index c4e88536..ed4ebfba 100644 --- a/frontend/src/pages/Batches/components/BatchCard.vue +++ b/frontend/src/pages/Batches/components/BatchCard.vue @@ -40,7 +40,7 @@ />
- + {{ formatTime(batch.start_time) }} - {{ formatTime(batch.end_time) }}
diff --git a/frontend/src/pages/Batches/components/BatchOverlay.vue b/frontend/src/pages/Batches/components/BatchOverlay.vue index c2da4f03..19fc6ab2 100644 --- a/frontend/src/pages/Batches/components/BatchOverlay.vue +++ b/frontend/src/pages/Batches/components/BatchOverlay.vue @@ -51,7 +51,7 @@ />
- + {{ formatTime(batch.data.start_time) }} - {{ formatTime(batch.data.end_time) }}