fix NetworkSelector width

This commit is contained in:
Agustín Longoni 2021-05-28 16:32:05 -03:00
parent 053597214f
commit a54f020876
2 changed files with 2 additions and 2 deletions

View File

@ -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,
},

View File

@ -16,7 +16,7 @@ const styles = () => ({
height: '100%',
[`@media (min-width: ${screenSm}px)`]: {
flexBasis: '180px',
flexBasis: '200px',
marginRight: '20px',
},
},