mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Fixing margins on error messages (errors.blade)
Sometimes the error box was appearing with no space between it and other boxes
This commit is contained in:
parent
280642f92f
commit
d20aec8f3c
@ -1,5 +1,5 @@
|
||||
@if (count($errors))
|
||||
<div class="form-group">
|
||||
<div class="form-group mt-2 ml-2 mr-2 mb-2">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
@foreach ($errors->all() as $error)
|
||||
|
Loading…
Reference in New Issue
Block a user