mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
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…
x
Reference in New Issue
Block a user