Skip to content

Commit 6ef8872

Browse files
committed
fix: revise the title to include line breaks in both Chinese and English
1 parent a8d3399 commit 6ef8872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/calendar-view/src/mobile-first.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
:key="idx"
293293
class="py-1.5 h-auto border border-color-border-separator rounded mb-2 shadow-sm"
294294
>
295-
<div class="px-1.5 mb-1.5 border-l-2 border-color-brand">{{ event.title }}</div>
295+
<div class="px-1.5 mb-1.5 border-l-2 border-color-brand break-all">{{ event.title }}</div>
296296
<div class="mb-1.5 px-2 text-color-text-placeholder">
297297
{{ getEventShowTime('start', event, date.value) }} - {{ getEventShowTime('end', event, date.value) }}
298298
</div>

0 commit comments

Comments
 (0)