Browse Source

Rx wizard - minor UI fix

Vijayakrishnan 3 years ago
parent
commit
4da2f0fecc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/app/patient/medications-center.blade.php

+ 2 - 2
resources/views/app/patient/medications-center.blade.php

@@ -39,8 +39,8 @@ $medications = $points;
                 <th class="border-bottom-0 text-secondary">Delete</th>
                 <th class="border-bottom-0 text-secondary">Started</th>
                 <th class="border-bottom-0 text-secondary">Ended</th>
-                <th class="border-bottom-0 text-secondary">Last Review</th>
-                <th class="border-bottom-0 text-secondary">Last Plan</th>
+                <th class="border-bottom-0 text-secondary w-25">Last Review</th>
+                <th class="border-bottom-0 text-secondary w-25">Last Plan</th>
             </tr>
             </thead>
             <?php $prevRowRemoved = -1; ?>