Skip to content

Commit 3358703

Browse files
committed
fix: add break-work to the inkremark table cell
1 parent 03aeea0 commit 3358703

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

custom/conversation_area/TextRenderer.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ a.incremark-link::after {
163163
mask-size: contain;
164164
}
165165
166+
.incremark-table a.incremark-link {
167+
word-break: break-word;
168+
}
169+
166170
.incremark-list {
167171
list-style: disc;
168172
}

0 commit comments

Comments
 (0)