Update LogsPage.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-18 20:10:10 +02:00
parent f15a9c896b
commit ed93b616f3

View File

@ -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}