mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
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
Block a user