فهرست منبع

Shipments - show all columns even when one is open

Vijayakrishnan 4 سال پیش
والد
کامیت
9d7fcf8f4c
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      resources/views/app/patient/shipments.blade.php

+ 6 - 6
resources/views/app/patient/shipments.blade.php

@@ -80,12 +80,12 @@
                 @if($patient->shipments && count($patient->shipments))
                     <thead>
                     <tr class="bg-light">
-                        <th class="px-2 text-nowrap text-secondary border-bottom-0">Created At</th>
-                        <th class="px-2 text-nowrap text-secondary border-bottom-0">Supply Orders</th>
-                        <th class="px-2 text-nowrap text-secondary border-bottom-0">Label File</th>
-                        <th class="px-2 text-nowrap text-secondary border-bottom-0">Courier</th>
-                        <th class="px-2 text-nowrap text-secondary border-bottom-0">Tracking #</th>
-                        <th class="px-2 text-nowrap text-secondary border-bottom-0">Status</th>
+                        <th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Created At</div></th>
+                        <th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Supply Orders</div></th>
+                        <th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Label File</div></th>
+                        <th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Courier</div></th>
+                        <th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Tracking #</div></th>
+                        <th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Status</div></th>
                     </tr>
                     </thead>
                     <tbody>