fix: updating to have proper width (#5304)

updating to have proper width
This commit is contained in:
aballerr 2022-11-18 12:06:10 -05:00 committed by GitHub
parent 66a38c8e51
commit 7a6bb369d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@ const baseSearchStyle = style([
const baseSearchNftStyle = style([ const baseSearchNftStyle = style([
baseSearchStyle, baseSearchStyle,
{ {
borderWidth: '2px',
'@media': { '@media': {
[`screen and (min-width: 1024px) and (max-width: 1080px)`]: { [`screen and (min-width: 1024px) and (max-width: 1080px)`]: {
width: `${330}px`, width: `${330}px`,