Skip to content

Commit 20f5396

Browse files
authored
fix(chat): reset paragraph styles in chat text content (#2159)
ref Tencent/tdesign-vue-next#5528
1 parent 8a9f40b commit 20f5396

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style/web/components/chat/_index.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,12 @@
683683
color: @text-color-placeholder;
684684
font-weight: 400;
685685
font-size: @font-size-base;
686+
687+
.@{prefix}-chat__text__content {
688+
p {
689+
.reset();
690+
}
691+
}
686692
}
687693
}
688694
}

0 commit comments

Comments
 (0)