mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 14:26:39 +00:00
Update LogsPage.tsx
This commit is contained in:
parent
f15a9c896b
commit
ed93b616f3
@ -46,7 +46,7 @@ const LogsPage = () => {
|
||||
}}
|
||||
className={'transparent-scrollbar'}
|
||||
>
|
||||
<XStack justifyContent="space-between" width={'100%'}>
|
||||
<XStack justifyContent="space-between" width={'100%'} flexWrap="wrap ">
|
||||
<TitleLogo />
|
||||
<HeaderBtns
|
||||
dropdownMenuItem={dropdownMenuItem}
|
||||
@ -58,7 +58,7 @@ const LogsPage = () => {
|
||||
triggerSearch={triggerSearch}
|
||||
/>
|
||||
</XStack>
|
||||
<Stack style={{ width: '100%', alignItems: 'center' }}>
|
||||
<Stack style={{ width: '100%', alignItems: 'center', flexWrap: 'wrap' }}>
|
||||
<LogsTerminal
|
||||
windowWidth={windowWidth}
|
||||
dropdownMenuItem={dropdownMenuItem}
|
||||
|
Loading…
x
Reference in New Issue
Block a user