6 lines
116 B
CSS
6 lines
116 B
CSS
.v-calendar-internal-event {
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
} |