浏览代码

Multi add column widths tweak

Vijayakrishnan 3 年之前
父节点
当前提交
bffc004909
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      resources/views/app/patient/wizard-partials/add-multiple-pre-existing.blade.php

+ 3 - 3
resources/views/app/patient/wizard-partials/add-multiple-pre-existing.blade.php

@@ -14,10 +14,10 @@
                     <th class="border-bottom-0 text-secondary">Specialty</th>
                     <th class="border-bottom-0 text-secondary">Organization</th>
                 @endif
-                <th class="border-bottom-0 text-secondary width-150px">Subjective</th>
-                <th class="border-bottom-0 text-secondary width-150px">Plan</th>
+                <th class="border-bottom-0 text-secondary">Subjective</th>
+                <th class="border-bottom-0 text-secondary">Plan</th>
                 <th class="border-bottom-0 text-secondary width-140px">Start Date</th>
-                <th class="border-bottom-0 text-secondary width-100px text-nowrap">{{$adder}}</th>
+                <th class="border-bottom-0 text-secondary text-nowrap">{{$adder}}</th>
                 <th class="border-bottom-0 text-secondary width-50px"></th>
             </tr>
             </thead>