We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98acc1f commit 52e1abdCopy full SHA for 52e1abd
1 file changed
src/components/element/VmIde.vue
@@ -5529,7 +5529,7 @@ Advanced packages (install with micropip):
5529
word-wrap: break-word;
5530
font-weight: 500;
5531
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
5532
- font-size: 13px;
+ font-size: 20px;
5533
line-height: 1.4;
5534
letter-spacing: 0.02em; /* Match output character spacing for consistency */
5535
}
@@ -5551,7 +5551,7 @@ Advanced packages (install with micropip):
5551
color: var(--accent-color, #007ACC);
5552
5553
5554
5555
5556
flex-shrink: 0;
5557
0 commit comments