Skip to content

Commit 9492576

Browse files
committed
fix actions column width of datatable
1 parent 2574d6f commit 9492576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/ui/Table/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
</div>
142142
</th>
143143

144-
<th v-show="hasActions && ! hasSelections" class="w-48">&nbsp;</th>
144+
<th v-show="hasActions && ! hasSelections" class="w-20">&nbsp;</th>
145145
</tr>
146146
</thead>
147147

0 commit comments

Comments
 (0)