fix description overflow
This commit is contained in:
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
{ev.allDay ? ev.start.split('T')[0] : new Date(ev.start).toLocaleString()}
|
||||
{ev.location && <span> @ {ev.location}</span>}
|
||||
</div>
|
||||
{ev.description && <div className="text-sm mt-1">{ev.description}</div>}
|
||||
{ev.description && <div className="text-sm mt-1 wrap-anywhere">{ev.description}</div>}
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<Button size="sm" onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user