fix: private markdown css style (#37)

This commit is contained in:
Thuc Pham
2024-12-02 11:16:33 +07:00
committed by GitHub
parent 8214bcd634
commit 044512580c
2 changed files with 10 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/chat-ui": patch
---
fix: private markdown css style
+5 -5
View File
@@ -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;