فهرست منبع

MCP/DNA patients list - table-responsive

Vijayakrishnan 3 سال پیش
والد
کامیت
55de4c9aea
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      resources/views/app/dna/patients-table.blade.php
  2. 2 0
      resources/views/app/mcp/patients-table.blade.php

+ 2 - 0
resources/views/app/dna/patients-table.blade.php

@@ -1,3 +1,4 @@
+<div class="table-responsive">
 <table class="table table-sm table-striped p-0 m-0">
 	<thead class="bg-light border-top">
 		<tr>
@@ -137,6 +138,7 @@
 	</tbody>
 
 </table>
+</div>
 <div class="p-3">
 	{{$patients->withQueryString()->links()}}
 </div>

+ 2 - 0
resources/views/app/mcp/patients-table.blade.php

@@ -4,6 +4,7 @@
     }
 </style>
 
+<div class="table-responsive">
 <table class="table table-condensed p-0 m-0 table-sm table-bordered">
 	<thead class="bg-light">
 		<tr>
@@ -123,6 +124,7 @@
 	</tbody>
 
 </table>
+</div>
 <div class="p-3">
 	{{$patients->withQueryString()->links()}}
 </div>