mirror of
https://github.com/status-im/safe-react.git
synced 2026-08-30 21:21:10 +00:00
fix NetworkSelector width
This commit is contained in:
@@ -59,7 +59,7 @@ const styles = () => ({
|
||||
borderRadius: sm,
|
||||
boxShadow: '0 0 10px 0 rgba(33, 48, 77, 0.1)',
|
||||
marginTop: '11px',
|
||||
minWidth: '180px',
|
||||
minWidth: '200px',
|
||||
paddingTop: md,
|
||||
paddingBottom: md,
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@ const styles = () => ({
|
||||
height: '100%',
|
||||
|
||||
[`@media (min-width: ${screenSm}px)`]: {
|
||||
flexBasis: '180px',
|
||||
flexBasis: '200px',
|
||||
marginRight: '20px',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user