forked from rDrama/rDrama
1
0
Fork 0

add padding

master
Aevann 2023-01-01 02:39:25 +02:00
parent 9f73e7bb34
commit 834de4bcf0
1 changed files with 2 additions and 2 deletions

View File

@ -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)">