fix(logs): remove top margin
This commit is contained in:
parent
295eb91286
commit
3134973bb5
|
@ -30,7 +30,6 @@ const LogsPage = () => {
|
||||||
width="50vh"
|
width="50vh"
|
||||||
style={{
|
style={{
|
||||||
flexGrow: '1',
|
flexGrow: '1',
|
||||||
marginTop: '16px',
|
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
}}
|
}}
|
||||||
className={'transparent-scrollbar'}
|
className={'transparent-scrollbar'}
|
||||||
|
|
Loading…
Reference in New Issue