fix css for new dns page

This commit is contained in:
2026-05-14 18:37:02 -04:00
parent a170d9be96
commit 715a6924e9
+2
View File
@@ -1,10 +1,12 @@
<form action="/dns/new/{{domain.id}}">
<label for="dns_record_type">Type</label>
<br>
<select name="dns_record_type" id="dns_record_type">
{{#each supportedRecordTypes}}
<option value="{{this}}">{{this}}</option>
{{/each}}
</select>
<br>
<label for="dns_record_name">Name</label>
<br>