Skip to content

Commit 35c1629

Browse files
authored
fix: console text selection misalignment (#454)
1 parent a136f36 commit 35c1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/content_value/ContentCli.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ const receiveTermOutput = (data) => {
569569
</style>
570570

571571
<style lang="scss">
572-
.xterm-screen {
572+
.xterm {
573573
padding: 0 5px !important;
574574
}
575575

0 commit comments

Comments
 (0)