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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}