client/setup dialog: add a margin after the password field

This commit is contained in:
Adorian Doran 2025-03-03 16:00:03 +02:00
parent 67509bc92f
commit c7e9963db1

View File

@ -135,7 +135,7 @@
<p><strong><%= t("setup_sync-from-server.note") %></strong> <%= t("setup_sync-from-server.proxy-instruction") %></p>
</div>
<div class="form-group">
<div class="form-group" style="margin-bottom: 8px;">
<label for="password"><%= t("setup_sync-from-server.password") %></label>
<input type="password" id="password" class="form-control" data-bind="value: password" placeholder="<%= t("setup_sync-from-server.password-placeholder") %>">
</div>