Skip to content

Commit

Permalink
fix(listing): fix image margin on search item
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Oct 27, 2022
1 parent 50f5984 commit 3e30ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Listing/SearchItemTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const BasicItem = (props) => {
{hasImage && (
<PreviewImage
item={item}
style={{ marginLeft: 'auto' }}
className="right"
preview_image_url={item.preview_image_url}
/>
)}
Expand Down

0 comments on commit 3e30ca0

Please sign in to comment.