diff --git a/app/MindWork AI Studio/wwwroot/app.css b/app/MindWork AI Studio/wwwroot/app.css index 07572473..cd80c5a9 100644 --- a/app/MindWork AI Studio/wwwroot/app.css +++ b/app/MindWork AI Studio/wwwroot/app.css @@ -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; diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.51.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.51.md index f7e7a507..2ffff81f 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.51.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.51.md @@ -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. \ No newline at end of file