Datagrrid action cloumn with issue fixed

This commit is contained in:
jitendra 2019-10-31 17:21:40 +05:30
parent a15ded74b5
commit 334074d0df
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
@endforeach
@if ($enableActions)
<td class="actions" style="width: 100px;" data-value="{{ __('ui::app.datagrid.actions') }}">
<td class="actions" style="white-space: nowrap; width: 100px;" data-value="{{ __('ui::app.datagrid.actions') }}">
<div class="action">
@foreach ($actions as $action)
@php