Browse Source

MCP dashboard - measurements box

Vijayakrishnan 3 years ago
parent
commit
72363f367a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/mcp/dashboard/appointments-list.blade.php

+ 1 - 1
resources/views/app/mcp/dashboard/appointments-list.blade.php

@@ -8,7 +8,7 @@
             @endif
         </div>
     </div>
-    <div class="card-body p-0 max-height-300px overflow-auto">
+    <div class="card-body p-0 max-height-200px overflow-auto">
         @if(@$appointments && count($appointments))
             <table class="mb-0 table table-sm table-striped appointments border-top-0">
                 @foreach($appointments as $appointment)