From c6cbc4eba81c3d49e99603db30ea037bf8da6db0 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 10 Mar 2025 15:21:26 +0100 Subject: [PATCH] fix(ui): align session date range text properly Add text-start class to the date range container to ensure proper left alignment of text in the SessionDateRange component. --- .../components/SessionList/SessionDateRange.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/shared/SessionsTabOverview/components/SessionList/SessionDateRange.tsx b/frontend/app/components/shared/SessionsTabOverview/components/SessionList/SessionDateRange.tsx index 3a6245d47..70a6b1680 100644 --- a/frontend/app/components/shared/SessionsTabOverview/components/SessionList/SessionDateRange.tsx +++ b/frontend/app/components/shared/SessionsTabOverview/components/SessionList/SessionDateRange.tsx @@ -20,7 +20,7 @@ function SessionDateRange() { searchStore.applyFilter(dateValues); }; return ( -
+
{t('No sessions')}  {isCustom ? t('between') : t('in the')}