Fix overflowing calendar title

pull/1/head
yflory 4 years ago
parent 68b94fee41
commit 238a816b14

@ -245,6 +245,13 @@
border-radius: 50%; border-radius: 50%;
width: 15px; width: 15px;
height: 15px; height: 15px;
flex-shrink: 0;
}
.cp-calendar-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 5px;
} }
} }
} }

Loading…
Cancel
Save