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