Browse Source

fix alignment on pagination

Josh 4 years ago
parent
commit
cf3c97cf78
1 changed files with 1 additions and 1 deletions
  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>