From: Jan Szejko <janek37@gmail.com>
Date: Fri, 21 Oct 2016 14:07:32 +0000 (+0200)
Subject: wider select boxes
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/32b4b5ffb57d20b92e98d4e3f4bb04da1038cda7

wider select boxes
---

diff --git a/src/editor/plugins/core/metadataEditor/view.js b/src/editor/plugins/core/metadataEditor/view.js
index 2857736..febd06c 100644
--- 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: '100px',
+            maxWidth: '600px',
             setInput: function(inputDOM, value) {
                 if(inputDOM.text() !== value) {
                     inputDOM.text(value);