From 4d9e5974c522b828d46044b52c64224d21cf1887 Mon Sep 17 00:00:00 2001 From: Sledmore Date: Wed, 16 Mar 2022 14:49:54 +0000 Subject: [PATCH] Fixes a height issue w/ marketplace items. --- src/components/catalog/CatalogView.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/catalog/CatalogView.scss b/src/components/catalog/CatalogView.scss index e90bfd58..8e353790 100644 --- a/src/components/catalog/CatalogView.scss +++ b/src/components/catalog/CatalogView.scss @@ -99,6 +99,7 @@ .layout-grid-item { height: 75px !important; max-height: 75px !important; + min-height: 75px; } }