We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c91be9 commit b7839ebCopy full SHA for b7839eb
arduino-ide-extension/src/browser/monitor/serial-monitor-send-output.tsx
@@ -32,7 +32,7 @@ export class SerialMonitorOutput extends React.Component<
32
33
render(): React.ReactNode {
34
return (
35
- <React.Fragment>
+ <div style={{ height: '100%' }}>
36
<AutoSizer>
37
{({ height, width }) => (
38
<List
@@ -54,7 +54,7 @@ export class SerialMonitorOutput extends React.Component<
54
</List>
55
)}
56
</AutoSizer>
57
- </React.Fragment>
+ </div>
58
);
59
}
60
0 commit comments