mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixing issue 989 (#997)
* Fixing issue 989 Signed-off-by: Moshe Wajnberg <wajnberg@il.ibm.com> * Fixing the getRangeAt problem on Chrome Signed-off-by: Moshe Wajnberg <wajnberg@il.ibm.com> * Fixing the getRangeAt problem on Chrome Signed-off-by: Moshe Wajnberg <wajnberg@il.ibm.com>
This commit is contained in:
@@ -1082,3 +1082,8 @@ legend + .control-group {
|
||||
.form-horizontal .form-actions {
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.form-row div[contenteditable="true"] {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user