Fixed text overflow for code block in note markdown html.
This commit is contained in:
@@ -244,6 +244,10 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.model-manager code {
|
||||
text-wrap: wrap;
|
||||
}
|
||||
|
||||
/* main content */
|
||||
.model-manager .model-manager-panel {
|
||||
color: var(--fg-color);
|
||||
|
||||
Reference in New Issue
Block a user