Skip to content

Commit b06deb3

Browse files
committed
fix(chat): reset paragraph styles in chat text content
ref Tencent/tdesign-vue-next#5528
1 parent 1535322 commit b06deb3

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
@@ -678,6 +678,12 @@
678678
color: @text-color-placeholder;
679679
font-weight: 400;
680680
font-size: @font-size-base;
681+
682+
.@{prefix}-chat__text__content {
683+
p {
684+
.reset();
685+
}
686+
}
681687
}
682688
}
683689
}

0 commit comments

Comments
 (0)