serial monitor lines not to wrap (#697)

This commit is contained in:
Francesco Stasi
2021-12-20 14:56:26 +01:00
committed by GitHub
parent c064673ce1
commit 11a6959a24

View File

@@ -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}