Hi,

PFA patch to fix the minor UI issue on dashboard while displaying subnode
control in Backgrid.
RM#3013

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/dashboard/static/css/dashboard.css 
b/web/pgadmin/dashboard/static/css/dashboard.css
index eb56fed..2fc7897 100644
--- a/web/pgadmin/dashboard/static/css/dashboard.css
+++ b/web/pgadmin/dashboard/static/css/dashboard.css
@@ -171,4 +171,8 @@
   font-size: 14px;
 }
 
+.dashboard-tab-container .pg-el-container[el=sm] .pg-el-sm-12 {
+    margin-bottom: 0%;
+}
+
 /* CSS to make subnode control look preety in backgrid - END */

Reply via email to