Browse Source

fix alignment on pagination

Josh 4 năm trước cách đây
mục cha
commit
cf3c97cf78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/patients.blade.php

+ 1 - 1
resources/views/app/patients.blade.php

@@ -107,7 +107,7 @@
                 </tbody>
             
             </table>
-            <div>
+            <div class="ml-2 mt-2">
              {{$patients->links()}}
             </div>
         </div>