mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
19 lines
488 B
SCSS
Vendored
19 lines
488 B
SCSS
Vendored
.calendar-wrapper {
|
|
flex: 1;
|
|
position: relative;
|
|
.toastui-calendar-day-name-item.toastui-calendar-week,
|
|
.toastui-calendar-day-names.toastui-calendar-week {
|
|
overflow: hidden;
|
|
}
|
|
.toastui-calendar-month-more-list {
|
|
.toastui-calendar-weekday-event-title {
|
|
> div {
|
|
padding: 0 2px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|