]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/login.blade.php
Updated styles to use logical properties/values
[bookstack] / resources / views / auth / login.blade.php
index 0a21a0f62d421238e97130de5be402505958b946..868e0555fd5fe7a13f6cad9f0ce5142892223492 100644 (file)
@@ -17,7 +17,7 @@
                     <div>
                         <a id="social-login-{{$driver}}" class="button outline block svg" href="{{ url("/login/service/" . $driver) }}">
                             @icon('auth/' . $driver)
-                            {{ trans('auth.log_in_with', ['socialDriver' => $name]) }}
+                            <span>{{ trans('auth.log_in_with', ['socialDriver' => $name]) }}</span>
                         </a>
                     </div>
                 @endforeach