Make the quota field narrower

This commit is contained in:
John Supplee 2019-02-01 01:32:26 +02:00
parent 9139b917cf
commit 51f60c15bb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label class="sr-only" for="adduserQuota">Quota</label> <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> </div>
<button type="submit" class="btn btn-primary">Add User</button> <button type="submit" class="btn btn-primary">Add User</button>
</form> </form>