Marketplace css update

This commit is contained in:
Bill 2022-03-16 14:06:02 -04:00
parent ae349c4d05
commit de05736f1c
2 changed files with 1 additions and 3 deletions

View File

@ -98,8 +98,6 @@
.layout-grid-item { .layout-grid-item {
height: 75px !important; height: 75px !important;
max-height: 75px !important;
min-height: 75px;
} }
} }

View File

@ -67,7 +67,7 @@ export const CatalogLayoutMarketplaceItemView: FC<MarketplaceItemViewProps> = pr
}, [offerData]); }, [offerData]);
return ( return (
<LayoutGridItem center={ false } column={ false } alignItems="center" className="p-1"> <LayoutGridItem shrink center={ false } column={ false } alignItems="center" className="p-1">
<LayoutImage imageUrl={ getImageUrlForOffer() } fit={ false } style={ { width: 50, height: 50 } } /> <LayoutImage imageUrl={ getImageUrlForOffer() } fit={ false } style={ { width: 50, height: 50 } } />
<Column grow gap={ 0 }> <Column grow gap={ 0 }>
<Text fontWeight="bold">{ getMarketplaceOfferTitle }</Text> <Text fontWeight="bold">{ getMarketplaceOfferTitle }</Text>