Added max-width to ShopItem component
• Added: - max-width to ShopItem component
This commit is contained in:
@@ -16,7 +16,7 @@ class ShopItem extends React.PureComponent {
|
||||
|
||||
return (
|
||||
<a
|
||||
className={[_s.d, _s.w50PC, _s.noUnderline, _s.overflowHidden, _s.cursorPointer, _s.pb15, _s.pr5].join(' ')}
|
||||
className={[_s.d, _s.w50PC, _s.maxW212PX, _s.noUnderline, _s.overflowHidden, _s.cursorPointer, _s.pb15, _s.pr5].join(' ')}
|
||||
target='_blank'
|
||||
rel={DEFAULT_REL}
|
||||
href={link}
|
||||
|
||||
Reference in New Issue
Block a user