mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Styling fix for ack select form row
This commit is contained in:
parent
f40a4362d6
commit
01aec4779b
@ -9,7 +9,7 @@
|
||||
<input type="text" id="node-input-topic" placeholder="topic or queue">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-ack"><i class="fa fa-check"></i> Enable client acknowledgement</label>
|
||||
<label for="node-config-input-ack" style="width: 110px;"><i class="fa fa-check"></i> Message acknowledgement</label>
|
||||
<select type="text" id="node-config-input-ack" style="display: inline-block; width: 250px; vertical-align: top;">
|
||||
<option value="auto">Auto</option>
|
||||
<option value="client">Client</option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user