wider select boxes
authorJan Szejko <janek37@gmail.com>
Fri, 21 Oct 2016 14:07:32 +0000 (16:07 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 21 Oct 2016 14:07:32 +0000 (16:07 +0200)
src/editor/plugins/core/metadataEditor/view.js

index 2857736..febd06c 100644 (file)
@@ -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: '100px',
+            maxWidth: '600px',
             setInput: function(inputDOM, value) {
                 if(inputDOM.text() !== value) {
                     inputDOM.text(value);