@gregoriusrippenstein/node-red-contrib-nodedev 0.5.8 → 0.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,6 +26,7 @@ module.exports = (function () {
26
26
  "hpp": "cpp",
27
27
  "hh": "cpp",
28
28
  "hxx": "cpp",
29
+ "csp": "csp",
29
30
  "css": "css",
30
31
  "mligo": "cameligo",
31
32
  "coffee": "coffeescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "@gregoriusrippenstein/node-red-contrib-nodedev",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "dependencies": {
5
5
  "pako": "^2.1.0",
6
6
  "tar-stream": "^3.1.6",
@@ -351,6 +351,7 @@
351
351
 
352
352
  <!-- The html for the right sidebar plugin screen -->
353
353
  <script type="text/x-red" data-template-name="NodeFactorySidebar">
354
+ <div style="position: relative; height: 100%; overflow-y: auto;">
354
355
  <div class="form-row func-nodedev-pkgimporter-tabs-row">
355
356
  <ul style="min-width: 600px; margin-bottom: 20px;" id="func-nodedev-pkgimporter-tabs"></ul>
356
357
  </div>
@@ -480,4 +481,5 @@
480
481
  </div>
481
482
  </div>
482
483
  </div>
484
+ </div>
483
485
  </script>