@@ -1,5 +1,6 @@
<a native target="_blank"
open-in-stag-popup
+ class="text-nowrap"
popup-style="tall"
title="{{@$label ? $label : 'Generic'}} bills"
href="{{route('generic-bill-view', ['entityType' => @$entityType, 'entityUid' => @$entityUid])}}">
@@ -60,7 +60,7 @@
<tbody>
@foreach($patient->devices as $device)
<tr>
- <td class="px-2">{{ friendly_date_time($device->device->created_at) }}</td>
+ <td class="px-2 text-nowrap">{{ friendly_date_time($device->device->created_at) }}</td>
<td class="px-2">{{ $device->device->category }}</td>
<td class="px-2"><pre class="m-0">{{ $device->device->imei }}</pre></td>
<td>