Fixed text overflow for code block in note markdown html.

This commit is contained in:
Christian Bastian
2024-09-21 19:22:08 -04:00
parent 7a49b548a2
commit fd1843cdee

View File

@@ -244,6 +244,10 @@
user-select: none;
}
.model-manager code {
text-wrap: wrap;
}
/* main content */
.model-manager .model-manager-panel {
color: var(--fg-color);