Skip to content

Commit 5fa370d

Browse files
committed
mr-0 class added to fix user avatar alignment on RTL mode.
1 parent 5c78480 commit 5fa370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/base/inc/menu.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- ========================================================= -->
1717
<!-- ========= Top menu right items (ordered right) ========== -->
1818
<!-- ========================================================= -->
19-
<ul class="nav navbar-nav ml-auto">
19+
<ul class="nav navbar-nav ml-auto @if(config('backpack.base.html_direction') == 'rtl') mr-0 @endif">
2020
@if (backpack_auth()->guest())
2121
<li class="nav-item"><a class="nav-link" href="{{ route('backpack.auth.login') }}">{{ trans('backpack::base.login') }}</a>
2222
</li>

0 commit comments

Comments
 (0)