Skip to content

Commit

Permalink
Merge pull request #1983 from mohamedsabil83/rtl/fix-divider
Browse files Browse the repository at this point in the history
Fix divider margin for RTL
  • Loading branch information
danharrin committed Mar 23, 2022
2 parents 2d3a767 + 3235d86 commit 7865a0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@
@if (! $loop->last)
<li>
<div @class([
'border-t -mr-6',
'border-t -mr-6 rtl:-mr-auto rtl:-ml-6',
'dark:border-gray-700' => config('filament.dark_mode'),
])></div>
</li>
Expand Down

0 comments on commit 7865a0f

Please sign in to comment.