Skip to content

Commit 56e9003

Browse files
authored
Merge pull request #10 from brkcvn/master
Responsive controlled
2 parents 852e82c + f05eab8 commit 56e9003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Resources/views/edit.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
{{ trans('general.name') }}
4141
</x-table.th>
4242

43-
<x-table.th class="w-5/12 sm:w-5/12">
43+
<x-table.th class="w-4/12 sm:w-5/12">
4444
{{ trans('general.description') }}
4545
</x-table.th>
4646

4747
<x-table.th class="w-2/12 sm:w-2/12">
4848
{{ trans('offline-payments::general.form.order') }}
4949
</x-table.th>
5050

51-
<x-table.th class="w-2/12 sm:w-2/12">
51+
<x-table.th class="w-3/12 sm:w-2/12">
5252
{{ trans('general.actions') }}
5353
</x-table.th>
5454
</x-table.tr>
@@ -61,15 +61,15 @@
6161
{{ $item->name }}
6262
</x-table.th>
6363

64-
<x-table.th class="w-5/12 sm:w-5/12">
64+
<x-table.th class="w-4/12 sm:w-5/12">
6565
{{ $item->description ?? trans('general.na') }}
6666
</x-table.th>
6767

6868
<x-table.th class="w-2/12 sm:w-2/12">
6969
{{ $item->order }}
7070
</x-table.th>
7171

72-
<x-table.th class="w-2/12 sm:w-2/12">
72+
<x-table.th class="w-3/12 sm:w-2/12">
7373
<div class="ltr:right-8 rtl:left-8 flex items-center">
7474
@can('update-offline-payments-settings')
7575
<x-button

0 commit comments

Comments
 (0)