mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-04-30 11:37:19 +02:00
Merge pull request #690 from lc-soft/fix-list-style
fix list style in message bubble
This commit is contained in:
@@ -647,6 +647,11 @@ mark.search-highlight {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.message-bubble.markdown-body ul,
|
||||
.message-bubble.markdown-body ol {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.copy-btn {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
||||
Reference in New Issue
Block a user