Browse Source

Multi add column widths tweak

Vijayakrishnan 3 years ago
parent
commit
bffc004909

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