Fix code blocks in instruct mode

This commit is contained in:
oobabooga 2023-10-11 12:18:46 -07:00
parent 773c17faec
commit faf5c4dd58
2 changed files with 20 additions and 3 deletions

View file

@ -14,11 +14,14 @@
.message-body p {
font-size: 15px !important;
line-height: 22px !important;
}
.message-body p, .chat .message-body ul, .chat .message-body ol {
margin-bottom: 1.25em !important;
}
.chat .message-body ul, .chat .message-body ol {
margin-bottom: 1.25em !important;
.message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child {
margin-bottom: 0em !important;
}
.dark .message-body p em {