@gregoriusrippenstein/node-red-contrib-introspection 0.15.1 → 0.15.2
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.
- package/package.json +1 -1
- package/plugins/sidebar.html +1 -1
package/package.json
CHANGED
package/plugins/sidebar.html
CHANGED
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
<script type="text/x-red" data-template-name="Screenshot">
|
|
515
515
|
<div style="position: relative; height: 100%; overflow-y: auto;">
|
|
516
516
|
<div class="form-row func-introspection-tabs-row">
|
|
517
|
-
<ul style="
|
|
517
|
+
<ul style="margin-bottom: 20px;" id="func-introspection-tabs"></ul>
|
|
518
518
|
</div>
|
|
519
519
|
|
|
520
520
|
<div id="func-introspection-tabs-content" style="min-height: calc(100% - 95px);">
|