mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-10-08 19:40:21 +00:00
Fix bottom margin for code blocks in chat
This commit is contained in:
parent
864bda1213
commit
295916d33c
@ -111,6 +111,11 @@
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
/* Fixed the margin for the Markdown code blocks */
|
||||
.mud-card-content .mud-markdown-body .hljs.mud-markdown-code-highlight {
|
||||
margin-bottom:2em;
|
||||
}
|
||||
|
||||
.code-block {
|
||||
background-color: #2d2d2d;
|
||||
color: #f8f8f2;
|
||||
|
@ -21,4 +21,5 @@
|
||||
- Fixed a bug in the web content reader where a preconfigured LLM provider was not recognized, resulting in an error message.
|
||||
- Fixed another bug in the web content reader: the system incorrectly evaluated whether the content cleaning agent was preselected. Users had to first deactivate the agent and then reactivate it to make it work correctly.
|
||||
- Fixed a bug in the assistants for text summarization, translations, and legal check: the web content reader preferences were not being applied when resetting the assistant.
|
||||
- Fixed the bottom margin of code blocks in chat. The bottom margins were too small. This was particularly problematic when horizontal scrollbars were necessary.
|
||||
- Upgraded dependencies.
|
Loading…
Reference in New Issue
Block a user