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.
This commit is contained in:
Shekar Siri 2025-03-10 15:21:26 +01:00
parent fdd26c567c
commit c6cbc4eba8

View file

@ -20,7 +20,7 @@ function SessionDateRange() {
searchStore.applyFilter(dateValues);
};
return (
<div className="flex items-center">
<div className="flex items-center text-start">
<span className="mr-1">
{t('No sessions')}&nbsp;
{isCustom ? t('between') : t('in the')}