We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c78480 commit 5fa370dCopy full SHA for 5fa370d
src/resources/views/base/inc/menu.blade.php
@@ -16,7 +16,7 @@
16
<!-- ========================================================= -->
17
<!-- ========= Top menu right items (ordered right) ========== -->
18
19
-<ul class="nav navbar-nav ml-auto">
+<ul class="nav navbar-nav ml-auto @if(config('backpack.base.html_direction') == 'rtl') mr-0 @endif">
20
@if (backpack_auth()->guest())
21
<li class="nav-item"><a class="nav-link" href="{{ route('backpack.auth.login') }}">{{ trans('backpack::base.login') }}</a>
22
</li>
0 commit comments