mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-15 16:46:32 +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}
|
itemCount={this.state.lines.length}
|
||||||
itemSize={18}
|
itemSize={18}
|
||||||
width={'100%'}
|
width={'100%'}
|
||||||
|
style={{ whiteSpace: 'nowrap' }}
|
||||||
ref={this.listRef}
|
ref={this.listRef}
|
||||||
>
|
>
|
||||||
{Row}
|
{Row}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user