fix(logs terminal): fix spacing and sizes
This commit is contained in:
parent
11e013c4b6
commit
e355df0e93
|
@ -96,7 +96,7 @@ const LogsTerminal = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<List
|
<List
|
||||||
height={650}
|
height={750}
|
||||||
itemCount={filteredLogs.length}
|
itemCount={filteredLogs.length}
|
||||||
itemSize={20}
|
itemSize={20}
|
||||||
width={0}
|
width={0}
|
||||||
|
@ -112,7 +112,7 @@ const LogsTerminal = ({
|
||||||
}}
|
}}
|
||||||
onScroll={handleScroll}
|
onScroll={handleScroll}
|
||||||
style={{
|
style={{
|
||||||
height: '650px',
|
height: '750px',
|
||||||
overflowX: 'auto',
|
overflowX: 'auto',
|
||||||
width: 'calc(100% - 20px)',
|
width: 'calc(100% - 20px)',
|
||||||
border: '1px solid #E7EAEE',
|
border: '1px solid #E7EAEE',
|
||||||
|
|
Loading…
Reference in New Issue