Browse Source

Minor UI tweaks

Vijayakrishnan Krishnan 4 years ago
parent
commit
bf06f6f1f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/app/patient/dx-and-focus-areas.blade.php

+ 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