Fix code blocks in instruct mode
This commit is contained in:
parent
773c17faec
commit
faf5c4dd58
2 changed files with 20 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue