Ver Fonte

Minor UI tweaks

Vijayakrishnan Krishnan há 4 anos atrás
pai
commit
bf06f6f1f5

+ 2 - 2
resources/views/app/patient/dx-and-focus-areas.blade.php

@@ -29,7 +29,7 @@
                 </form>
             </div>
         </div>
-        <table class="table table-striped table-sm table-bordered">
+        <table class="table table-striped table-sm table-bordered mb-0">
             <thead>
             <tr>
                 {{--<th class="px-2 text-secondary">Category</th>--}}
@@ -131,7 +131,7 @@
                     });
                 });
             }
-            addMCInitializer('patient-single', init);
+            addMCInitializer('patient-dx-list', init);
         })();
     </script>
 @endsection