1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-14 17:27:23 +01:00

External DNS: Add some margin between dropdown and buttons

This commit is contained in:
David Duque
2021-02-01 01:29:23 +00:00
parent 4829e687ff
commit f47cdbaee1

View File

@@ -50,7 +50,7 @@
<label for="downloadZonefile" class="control-label sr-only">Zone</label>
<select id="downloadZonefile" class="form-control" style="width: auto"> </select>
</div>
<button type="submit" class="btn btn-primary">Download</button>
<button type="submit" style="margin-left: 20px" class="btn btn-primary">Download</button>
</div>
</form>