mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
NLS Expression/JSON editor and fix their height calculation
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
}
|
||||
.editor-tray-body {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
form {
|
||||
margin: 20px;
|
||||
}
|
||||
@@ -153,7 +154,7 @@
|
||||
|
||||
|
||||
.dialog-form,#dialog-form, #dialog-config-form {
|
||||
height: 100%;
|
||||
height: calc(100% - 20px);
|
||||
}
|
||||
|
||||
.input-error {
|
||||
|
Reference in New Issue
Block a user