Hello Hackers, We found that in subnodes without dropdowns, the rows had smaller height, making them appear unintentionally different than those with dropdowns. An example place in the app is Create Table -> Security tab -> add a row for each of Privileges and Security labels.
Attached is a fix. Thanks, Shirley and Shruti and George
commit 451ca8d14ad6fe19871dd9325a19d2a25c540422 Author: George Gelashvili, Shirley Wang and Shruti Iyer <pair+ggelashvili+swang+si...@pivotal.io> Date: Wed Jul 5 12:25:15 2017 -0400 make subnode rows the same height for rows without dropdowns diff --git a/web/pgadmin/static/css/bootstrap.overrides.css b/web/pgadmin/static/css/bootstrap.overrides.css index 4acf484a..052cf690 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 {