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
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 1 additions and 1 deletions

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>