소스 검색

Rx wizard - minor UI fix

Vijayakrishnan 3 년 전
부모
커밋
4da2f0fecc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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; ?>