18 lines
276 B
CSS
18 lines
276 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;
|
|
}
|
|
.div{
|
|
align-items: center;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|