mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the objects from the session while JSONify the objects, sent to
the server. Also - set width of the select2 container to 100% under backgrid.
This commit is contained in:
@@ -645,6 +645,10 @@ table.backgrid tr.new {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.renderable > .select2-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
div.rolmembership {
|
||||
border: 1.5px solid #faebd7;
|
||||
margin-top: 15px;
|
||||
|
||||
Reference in New Issue
Block a user