1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-24 07:37:04 +00:00

Make the quota field narrower

This commit is contained in:
John Supplee 2019-02-01 01:32:26 +02:00
parent 9139b917cf
commit 51f60c15bb

View File

@ -30,7 +30,7 @@
</div>
<div class="form-group">
<label class="sr-only" for="adduserQuota">Quota</label>
<input type="email" class="form-control" id="adduserQuota" placeholder="Quota">
<input type="email" class="form-control" id="adduserQuota" placeholder="Quota" style="width:5em;">
</div>
<button type="submit" class="btn btn-primary">Add User</button>
</form>