mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-24 10:19:01 +00:00
Fix responsiveness of logsPage cards
This commit is contained in:
parent
5f8e2e482f
commit
3a3dcf55af
@ -67,13 +67,12 @@ const LogsPage = () => {
|
|||||||
indexesVisible={indexesVisible}
|
indexesVisible={indexesVisible}
|
||||||
/>
|
/>
|
||||||
<Stack
|
<Stack
|
||||||
space="$4"
|
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
|
||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
gap: '1vw',
|
flexDirection: 'row',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
gap: '20px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<LogsSumCard
|
<LogsSumCard
|
||||||
|
@ -13,7 +13,6 @@ const SupportCard = () => {
|
|||||||
borderRadius: '16px',
|
borderRadius: '16px',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
|
|
||||||
minWidth: '280px',
|
minWidth: '280px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user