fix: cal-1647 alignment issues (#8817)
parent
d067b0782a
commit
a7b2cfc90f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue