Skip to content

Commit 62d6786

Browse files
committed
Match docstring code block font size to body (11px)
1 parent db647c5 commit 62d6786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/components/dialogs/shared/DocumentationSection.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,20 +226,20 @@
226226
}
227227
228228
.docs-content :global(.cm-container) {
229-
font-size: 8px;
229+
font-size: 11px;
230230
line-height: 1.4;
231231
}
232232
233233
/* CodeMirror overrides for compact display */
234234
.docs-content :global(.cm-editor) {
235235
background: var(--surface);
236-
font-size: 8px !important;
236+
font-size: 11px !important;
237237
}
238238
239239
.docs-content :global(.cm-scroller),
240240
.docs-content :global(.cm-content),
241241
.docs-content :global(.cm-line) {
242-
font-size: 8px !important;
242+
font-size: 11px !important;
243243
}
244244
245245
/* Hide line numbers in docs code blocks */

0 commit comments

Comments
 (0)