mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-14 08:06:36 +00:00
serial monitor lines not to wrap (#697)
This commit is contained in:
parent
c064673ce1
commit
11a6959a24
@ -43,6 +43,7 @@ export class SerialMonitorOutput extends React.Component<
|
||||
itemCount={this.state.lines.length}
|
||||
itemSize={18}
|
||||
width={'100%'}
|
||||
style={{ whiteSpace: 'nowrap' }}
|
||||
ref={this.listRef}
|
||||
>
|
||||
{Row}
|
||||
|
Loading…
x
Reference in New Issue
Block a user