mirror of https://github.com/node-red/node-red.git
Give edit dialog a little bit more vertical space
parent
45afd06047
commit
ea62c1806e
|
@ -174,8 +174,8 @@ button.red-ui-tray-resize-button {
|
|||
|
||||
.red-ui-editor .red-ui-tray {
|
||||
.dialog-form, #dialog-form, #node-config-dialog-edit-form {
|
||||
margin: 20px;
|
||||
height: calc(100% - 40px);
|
||||
margin: 10px 20px;
|
||||
height: calc(100% - 20px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue