File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ class="right"
63
63
<x-filament-tables::cell width =" 20%" class =" px-4 py-2 align-top sm:first-of-type:ps-6 sm:last-of-type:pe-6" >
64
64
{{ $this -> getFieldLabel ($field ) } }
65
65
</x-filament-tables::cell >
66
- <x-filament-tables::cell width =" 40%" class =" px-4 py-2 align-top break-all ! whitespace-normal" >
66
+ <x-filament-tables::cell width =" 40%" class =" px-4 py-2 align-top break-all whitespace-normal" >
67
67
@if (is_array ($oldValue ) )
68
68
<pre class =" text-xs text-gray-500" >{{ json_encode ($oldValue , JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES ) } } </pre >
69
69
@else
70
70
{{ $oldValue } }
71
71
@endif
72
72
</x-filament-tables::cell >
73
- <x-filament-tables::cell width =" 40%" class =" px-4 py-2 align-top break-all ! whitespace-normal" >
73
+ <x-filament-tables::cell width =" 40%" class =" px-4 py-2 align-top break-all whitespace-normal" >
74
74
@if (is_array ($newValue ) )
75
75
<pre class =" text-xs text-gray-500" >{{ json_encode ($newValue , JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES ) } } </pre >
76
76
@else
You can’t perform that action at this time.
0 commit comments