diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less index fd1a752c3b..5886893fbc 100644 --- a/erpnext/public/less/hub.less +++ b/erpnext/public/less/hub.less @@ -171,6 +171,14 @@ body[data-route^="marketplace/"] { padding-bottom: 0; border-bottom: none; } + + .hub-item-container { + overflow: hidden; + } + + .hub-item-review-container { + margin-top: calc(30vh); + } } body[data-route^="Hub/"] {