From 044512580c8a0e8923836930fca65f4024f25c21 Mon Sep 17 00:00:00 2001 From: Thuc Pham <51660321+thucpn@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:16:33 +0700 Subject: [PATCH] fix: private markdown css style (#37) --- .changeset/weak-phones-wash.md | 5 +++++ packages/chat-ui/src/styles/markdown.css | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/weak-phones-wash.md diff --git a/.changeset/weak-phones-wash.md b/.changeset/weak-phones-wash.md new file mode 100644 index 0000000..2bf96ea --- /dev/null +++ b/.changeset/weak-phones-wash.md @@ -0,0 +1,5 @@ +--- +"@llamaindex/chat-ui": patch +--- + +fix: private markdown css style diff --git a/packages/chat-ui/src/styles/markdown.css b/packages/chat-ui/src/styles/markdown.css index 48545c9..5c48fff 100644 --- a/packages/chat-ui/src/styles/markdown.css +++ b/packages/chat-ui/src/styles/markdown.css @@ -40,11 +40,11 @@ } .custom-markdown h1, -h2, -h3, -h4, -h5, -h6 { +.custom-markdown h2, +.custom-markdown h3, +.custom-markdown h4, +.custom-markdown h5, +.custom-markdown h6 { font-weight: bold; margin-bottom: 20px; margin-top: 20px;