From 8590359eec188f7bc2c6faa4f45b0cf11168d576 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 20 Sep 2016 14:56:36 +0300 Subject: [PATCH] Fix styling --- resources/views/auth/login.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 3369500d7cb4..2f1b8e741393 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -105,10 +105,10 @@ @endif - + @if (count($errors->all()))
@foreach ($errors->all() as $error)