Fix responsiveness of logsPage cards

This commit is contained in:
Hristo Nedelkov 2024-03-28 22:34:17 +02:00
parent 5f8e2e482f
commit 3a3dcf55af
2 changed files with 2 additions and 4 deletions

View File

@ -67,13 +67,12 @@ const LogsPage = () => {
indexesVisible={indexesVisible}
/>
<Stack
space="$4"
style={{
display: 'flex',
flexDirection: 'row',
flexWrap: 'wrap',
gap: '1vw',
flexDirection: 'row',
width: '100%',
gap: '20px',
}}
>
<LogsSumCard

View File

@ -13,7 +13,6 @@ const SupportCard = () => {
borderRadius: '16px',
border: 'none',
backgroundColor: '#fff',
minWidth: '280px',
}}
>