Skip to content

Commit

Permalink
Editor: value select drop-down use full width
Browse files Browse the repository at this point in the history
  • Loading branch information
waldbaer committed Feb 28, 2023
1 parent a807a73 commit 14a50f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/persistent-value.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
<div class="form-row">
<label for="node-input-value"><i class="fa fa-adjust"></i> Value</label>
<!-- Classic select widget instead of Node-RED TypedInput used due to missing re-population capabiltiy -->
<select id="valueSelect"></select>
<select id="valueSelect" style="width: calc(100% - 105px)"></select>
<!-- Store the actually selected value in a hidden field. Required due to dynamic drop-down repopulation -->
<input type="hidden" id="node-input-valueId">
<!-- Store the actually selected value name in a hidden field. Required for node label creation -->
Expand Down

0 comments on commit 14a50f8

Please sign in to comment.