In subnodes without dropdowns, the rows had smaller height, making them appear unintentionally different than those with dropdowns. Make them the same.
parent
e2cbaaef71
commit
e5bedf088e
|
|
@ -566,6 +566,7 @@ fieldset[disabled] .form-control {
|
|||
.edit-cell, .delete-cell {
|
||||
text-align:center !important;
|
||||
width:25px;
|
||||
height:29px !important;
|
||||
}
|
||||
|
||||
.backgrid.presentation {
|
||||
|
|
|
|||
Loading…
Reference in New Issue