Resolve the issue of missing indentation for "ol" tag in message content.

This commit is contained in:
Rafi
2023-03-10 10:17:26 +08:00
parent bb17cdd123
commit 33d9c392fa

View File

@@ -63,7 +63,7 @@ onUpdated(() => {
<style> <style>
.chat-msg-content ol { .chat-msg-content ol {
list-style-position: inside; padding-left: 2em;
} }
.hljs-code-container { .hljs-code-container {
border-radius: 3px; border-radius: 3px;