mirror of https://github.com/itflow-org/itflow
fix right margin on forms in user details when in mobile response
This commit is contained in:
parent
9ea5fdf425
commit
a4c9b4efa4
|
|
@ -24,7 +24,7 @@ require_once "includes/inc_all_user.php";
|
|||
<input type="file" class="form-control-file" accept="image/*" name="avatar">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<div class="col-md-9">
|
||||
|
||||
<div class="form-group">
|
||||
<label>Name <strong class="text-danger">*</strong></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue