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:
committed by
Dave Page
parent
e2cbaaef71
commit
e5bedf088e
@@ -566,6 +566,7 @@ fieldset[disabled] .form-control {
|
|||||||
.edit-cell, .delete-cell {
|
.edit-cell, .delete-cell {
|
||||||
text-align:center !important;
|
text-align:center !important;
|
||||||
width:25px;
|
width:25px;
|
||||||
|
height:29px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgrid.presentation {
|
.backgrid.presentation {
|
||||||
|
|||||||
Reference in New Issue
Block a user