fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309c5b2
)
wider select boxes
author
Jan Szejko
<janek37@gmail.com>
Fri, 21 Oct 2016 14:07:32 +0000
(16:07 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 21 Oct 2016 14:07:32 +0000
(16:07 +0200)
src/editor/plugins/core/metadataEditor/view.js
patch
|
blob
|
history
diff --git
a/src/editor/plugins/core/metadataEditor/view.js
b/src/editor/plugins/core/metadataEditor/view.js
index
2857736
..
febd06c
100644
(file)
--- a/
src/editor/plugins/core/metadataEditor/view.js
+++ b/
src/editor/plugins/core/metadataEditor/view.js
@@
-143,7
+143,7
@@
_.extend(View.prototype, {
value: row.getValue(),
inputTemplate: _.template('<div class="openInput rng-module-metadataEditor-metaItemValue" contentEditable="true"><%= value %></div>')({value: row.getValue() || '' }),
maxHeight: '300px',
- maxWidth: '
1
00px',
+ maxWidth: '
6
00px',
setInput: function(inputDOM, value) {
if(inputDOM.text() !== value) {
inputDOM.text(value);