Fix: increase width allowance for dates in ical agenda widget (#3711)

This commit is contained in:
shamoon 2024-07-06 14:45:17 -07:00 committed by GitHub
parent 38c32233f6
commit 028324556d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ export default function Event({ event, colorVariants, showDate = false, showTime
key={`event-${event.title}-${event.date}-${event.additional}`}
>
{showDateColumn && (
<span className="ml-2 w-10">
<span className="ml-2 w-12">
<span>
{(showDate || showTime) &&
event.date