Fixes a height issue w/ marketplace items.

This commit is contained in:
Sledmore 2022-03-16 14:49:54 +00:00
parent ff46a89e79
commit 4d9e5974c5

View File

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