diff --git a/resources/assets/sass/_blocks.scss b/resources/assets/sass/_blocks.scss index e30eb87e0..c43ff7f78 100644 --- a/resources/assets/sass/_blocks.scss +++ b/resources/assets/sass/_blocks.scss @@ -192,7 +192,7 @@ } @include smaller-than($xxl) { .content-wrap.card { - padding: $-l $-xl; + padding: $-m $-xl; } } @include smaller-than($m) { diff --git a/resources/views/auth/forms/login/ldap.blade.php b/resources/views/auth/forms/login/ldap.blade.php index ecdda6520..f7903e18c 100644 --- a/resources/views/auth/forms/login/ldap.blade.php +++ b/resources/views/auth/forms/login/ldap.blade.php @@ -15,5 +15,5 @@
- @include('form.password', ['name' => 'password', 'tabindex' => 2]) + @include('form.password', ['name' => 'password', 'tabindex' => 1])
\ No newline at end of file diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 35c117800..51b47f5c7 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -27,7 +27,7 @@
- +
@@ -46,7 +46,7 @@ @endif @if(setting('registration-enabled', false)) -
+

{{ trans('auth.dont_have_account') }}