Skip to content

Commit

Permalink
Merge pull request #2780 from themahdavi/just_fix_rtl_replicate_dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jun 15, 2022
2 parents 4b72044 + e124cb8 commit d9d7ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class="-my-2"
x-transition
x-cloak
@class([
'absolute right-0 rtl:left-0 z-20 mt-4 shadow-xl ring-1 ring-gray-900/10 overflow-hidden rounded-xl w-52 filament-action-group-dropdown',
'absolute right-0 rtl:left-0 rtl:right-auto z-20 mt-4 shadow-xl ring-1 ring-gray-900/10 overflow-hidden rounded-xl w-52 filament-action-group-dropdown',
'dark:ring-white/20' => $darkMode,
])
>
Expand Down

0 comments on commit d9d7ea1

Please sign in to comment.