Styling fix for ack select form row

This commit is contained in:
Olivier Verhaegen 2023-04-17 11:44:36 +02:00 committed by GitHub
parent f40a4362d6
commit 01aec4779b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>