Fix responsiveness of logsPage cards
This commit is contained in:
parent
5f8e2e482f
commit
3a3dcf55af
|
@ -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
|
||||
|
|
|
@ -13,7 +13,6 @@ const SupportCard = () => {
|
|||
borderRadius: '16px',
|
||||
border: 'none',
|
||||
backgroundColor: '#fff',
|
||||
|
||||
minWidth: '280px',
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue