mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Merge branch 'marketplace-height-bug' into 'dev'
Fixes a height issue w/ marketplace items. See merge request nitro/nitro-react!6
This commit is contained in:
commit
065bd5562d
@ -99,6 +99,7 @@
|
||||
.layout-grid-item {
|
||||
height: 75px !important;
|
||||
max-height: 75px !important;
|
||||
min-height: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,7 +83,7 @@ export const CatalogLayoutMarketplaceOwnItemsView: FC<CatalogLayoutProps> = prop
|
||||
});
|
||||
|
||||
return (
|
||||
<Column>
|
||||
<Column overflow="hidden">
|
||||
{ (creditsWaiting <= 0) &&
|
||||
<Text center className="bg-muted rounded p-1">
|
||||
{ LocalizeText('catalog.marketplace.redeem.no_sold_items') }
|
||||
|
Loading…
Reference in New Issue
Block a user