fix: cal-1647 alignment issues (#8817)

This commit is contained in:
Jithil P Ponnan 2023-05-11 01:05:46 +10:00 committed by GitHub
parent d067b0782a
commit a7b2cfc90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ const EventTypeScheduleDetails = ({
{format(dayRange.startTime, timeFormat === 12)}
</span>
<span className="ms-4">-</span>
<div className="ml-6">{format(dayRange.endTime, timeFormat === 12)}</div>
<div className="ml-6 sm:w-28">{format(dayRange.endTime, timeFormat === 12)}</div>
</div>
))}
</div>