Skip to content

Commit 32f412b

Browse files
authored
Merge pull request #63 from zvizvi/patch-1
RTL style fix
2 parents 7ce4f02 + 24859d6 commit 32f412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/list-activities.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@if ($activityItem->causer)
2121
<x-filament-panels::avatar.user :user="$activityItem->causer" class="!w-7 !h-7"/>
2222
@endif
23-
<div class="flex flex-col text-left">
23+
<div class="flex flex-col text-start">
2424
<span class="font-bold">{{ $activityItem->causer?->name }}</span>
2525
<span class="text-xs text-gray-500">
2626
{{ __('filament-activity-log::activities.events.' . $activityItem->event) }} {{ $activityItem->created_at->format(__('filament-activity-log::activities.default_datetime_format')) }}

0 commit comments

Comments
 (0)