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

REL-1_X
George Gelashvili 2017-07-06 13:11:40 +01:00 committed by Dave Page
parent e2cbaaef71
commit e5bedf088e
1 changed files with 1 additions and 0 deletions

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 {