fix(calendar-events): remove border-radius from event pills
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
font-size: var(--font-xs);
|
font-size: var(--font-xs);
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
padding: var(--size-1);
|
padding: var(--size-1);
|
||||||
border-radius: var(--radius-sm);
|
border-radius: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user