File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
{{ trans (' general.name' ) } }
41
41
</x-table .th >
42
42
43
- <x-table .th class =" w-5 /12 sm:w-5/12" >
43
+ <x-table .th class =" w-4 /12 sm:w-5/12" >
44
44
{{ trans (' general.description' ) } }
45
45
</x-table .th >
46
46
47
47
<x-table .th class =" w-2/12 sm:w-2/12" >
48
48
{{ trans (' offline-payments::general.form.order' ) } }
49
49
</x-table .th >
50
50
51
- <x-table .th class =" w-2 /12 sm:w-2/12" >
51
+ <x-table .th class =" w-3 /12 sm:w-2/12" >
52
52
{{ trans (' general.actions' ) } }
53
53
</x-table .th >
54
54
</x-table .tr >
61
61
{{ $item -> name } }
62
62
</x-table .th >
63
63
64
- <x-table .th class =" w-5 /12 sm:w-5/12" >
64
+ <x-table .th class =" w-4 /12 sm:w-5/12" >
65
65
{{ $item -> description ?? trans (' general.na' ) } }
66
66
</x-table .th >
67
67
68
68
<x-table .th class =" w-2/12 sm:w-2/12" >
69
69
{{ $item -> order } }
70
70
</x-table .th >
71
71
72
- <x-table .th class =" w-2 /12 sm:w-2/12" >
72
+ <x-table .th class =" w-3 /12 sm:w-2/12" >
73
73
<div class =" ltr:right-8 rtl:left-8 flex items-center" >
74
74
@can (' update-offline-payments-settings' )
75
75
<x-button
You can’t perform that action at this time.
0 commit comments