Skip to content

Commit 11a6959

Browse files
authored
serial monitor lines not to wrap (#697)
1 parent c064673 commit 11a6959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: arduino-ide-extension/src/browser/serial/monitor/serial-monitor-send-output.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class SerialMonitorOutput extends React.Component<
4343
itemCount={this.state.lines.length}
4444
itemSize={18}
4545
width={'100%'}
46+
style={{ whiteSpace: 'nowrap' }}
4647
ref={this.listRef}
4748
>
4849
{Row}

0 commit comments

Comments
 (0)