Skip to content

Commit 1813274

Browse files
committed
Improve tool tip size
1 parent 2493639 commit 1813274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/persistent-value.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
<input type="text" id="node-input-blockIfCompareValue" placeholder="" style="margin-left: 5px; width: calc(100% - 70px)">
340340
</div>
341341
</div>
342-
<div class="form-tips" id="tip-context-variable-row" hidden>
342+
<div class="form-tips" id="tip-context-variable-row" style="max-width: 100%;" hidden>
343343
<i class="fa fa-info" aria-hidden="true"></i> <span id="tip-context-variable"></span>
344344
</div>
345345
</script>

0 commit comments

Comments
 (0)