Эх сурвалжийг харах

Shipments - show all columns even when one is open

Vijayakrishnan 4 жил өмнө
parent
commit
9d7fcf8f4c

+ 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>