feat(Chat Trigger Node): Fix CSS variable --chat--message--font-size not applying correctly (#16310)

This commit is contained in:
oleg
2025-06-13 10:16:18 +02:00
committed by GitHub
parent b2eb33351f
commit ab8a2b0f7e
2 changed files with 55 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ onMounted(async () => {
> .chat-message-markdown {
display: block;
box-sizing: border-box;
font-size: inherit;
> *:first-child {
margin-top: 0;