mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-12 16:08:48 +00:00
Fix: increase width allowance for dates in ical agenda widget (#3711)
This commit is contained in:
parent
38c32233f6
commit
028324556d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue