From e5bedf088e880de8949d68f0b0564fff62f3d5a7 Mon Sep 17 00:00:00 2001 From: George Gelashvili Date: Thu, 6 Jul 2017 13:11:40 +0100 Subject: [PATCH] In subnodes without dropdowns, the rows had smaller height, making them appear unintentionally different than those with dropdowns. Make them the same. --- web/pgadmin/static/css/bootstrap.overrides.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pgadmin/static/css/bootstrap.overrides.css b/web/pgadmin/static/css/bootstrap.overrides.css index 4acf484a4..052cf6901 100755 --- a/web/pgadmin/static/css/bootstrap.overrides.css +++ b/web/pgadmin/static/css/bootstrap.overrides.css @@ -566,6 +566,7 @@ fieldset[disabled] .form-control { .edit-cell, .delete-cell { text-align:center !important; width:25px; + height:29px !important; } .backgrid.presentation {