17 lines
290 B
CSS
17 lines
290 B
CSS
.events {
|
|
list-style: none;
|
|
margin : 0;
|
|
padding : 0;
|
|
}
|
|
|
|
.events :global(.ant-badge-status) {
|
|
overflow : hidden;
|
|
width : 100%;
|
|
white-space : nowrap;
|
|
font-size : 12px;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.calendarWrap :global(.ant-radio-group) {
|
|
display: none;
|
|
} |