fix(calendar-events): remove border-radius from event pills

This commit is contained in:
Florian Schroedl
2026-03-29 12:23:08 +02:00
parent 7f1a679b74
commit 5994f1d1da

View File

@@ -90,7 +90,7 @@
font-size: var(--font-xs);
line-height: 1.4;
padding: var(--size-1);
border-radius: var(--radius-sm);
border-radius: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;