Skip to content

Commit 8de1621

Browse files
authored
chore: fix knowledge assistant demo font size (#20)
1 parent 574ef91 commit 8de1621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/styles/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,8 @@ html, body, #root {
805805
}
806806

807807
/* Chat Message */
808-
.finance-analysis-chat-initial .chat-message-bot-content {
808+
.finance-analysis-chat-initial .chat-message-bot-content,
809+
.knowledge-assistant-chat-wrapper .k-chat .chat-message-bot-content {
809810
font-size: 20px;
810811
line-height: 1.2;
811812
}

0 commit comments

Comments
 (0)