forked from MarseyWorld/MarseyWorld
add padding
parent
9f73e7bb34
commit
834de4bcf0
|
@ -44,10 +44,10 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
{% if grant %}
|
||||
<label for="input-url">URL</label>
|
||||
<label class="mb-0 pb-0" for="input-url">URL</label>
|
||||
<input autocomplete="off" id="input-url" class="form-control" type="text" name="url" type="url" placeholder="Optional">
|
||||
|
||||
<label for="input-description">Custom description</label>
|
||||
<label class="mt-2 mb-0 pb-0" for="input-description">Custom description</label>
|
||||
<input autocomplete="off" id="input-description" class="form-control" type="text" name="description" placeholder="Leave blank for badge default">
|
||||
{% endif %}
|
||||
<input autocomplete="off" class="btn btn-primary mt-3" type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this)">
|
||||
|
|
Loading…
Reference in New Issue