From abcc8ab8e5cafc21edbc4a233838c47bb7a676fb Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Sat, 28 Jul 2018 13:57:16 +0530 Subject: [PATCH] Push review area to bottom --- erpnext/public/less/hub.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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/"] {