Skip to content

Commit 52e1abd

Browse files
committed
Repl console user input size fixed
1 parent 98acc1f commit 52e1abd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/element/VmIde.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5529,7 +5529,7 @@ Advanced packages (install with micropip):
55295529
word-wrap: break-word;
55305530
font-weight: 500;
55315531
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
5532-
font-size: 13px;
5532+
font-size: 20px;
55335533
line-height: 1.4;
55345534
letter-spacing: 0.02em; /* Match output character spacing for consistency */
55355535
}
@@ -5551,7 +5551,7 @@ Advanced packages (install with micropip):
55515551
color: var(--accent-color, #007ACC);
55525552
font-weight: 500;
55535553
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
5554-
font-size: 13px;
5554+
font-size: 20px;
55555555
line-height: 1.4;
55565556
flex-shrink: 0;
55575557
}

0 commit comments

Comments
 (0)