Skip to content

Commit a635d51

Browse files
kaeltistravoltron
authored andcommitted
add col-md-12 to form divs
1 parent 3d5259c commit a635d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap4-stubs/views/auth/login.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
3030
<label class="col-md-4 control-label">Password</label>
3131

32-
<div>
32+
<div class="col-md-12">
3333
<input type="password" class="form-control" name="password">
3434

3535
@if ($errors->has('password'))
@@ -41,7 +41,7 @@
4141
</div>
4242

4343
<div class="form-group">
44-
<div>
44+
<div class="col-md-12">
4545
<div class="checkbox">
4646
<label>
4747
<input type="checkbox" name="remember"> Remember Me
@@ -51,7 +51,7 @@
5151
</div>
5252

5353
<div class="form-group">
54-
<div>
54+
<div class="col-md-12">
5555
<button type="submit" class="btn btn-primary">
5656
<i class="fa fa-btn fa-sign-in"></i>Login
5757
</button>

0 commit comments

Comments
 (0)