In subnodes without dropdowns, the rows had smaller height, making them appear unintentionally different than those with dropdowns. Make them the same.

This commit is contained in:
George Gelashvili 2017-07-06 13:11:40 +01:00 committed by Dave Page
parent e2cbaaef71
commit e5bedf088e

View File

@ -566,6 +566,7 @@ fieldset[disabled] .form-control {
.edit-cell, .delete-cell {
text-align:center !important;
width:25px;
height:29px !important;
}
.backgrid.presentation {