mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Fix: increase width allowance for dates in ical agenda widget (#3711)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user