Make the quota field narrower
This commit is contained in:
parent
9139b917cf
commit
51f60c15bb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue