mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +01:00
Fix: increase width allowance for dates in ical agenda widget (#3711)
This commit is contained in:
parent
38c32233f6
commit
028324556d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user