浏览代码

fix alignment on pagination

Josh 4 年之前
父节点
当前提交
cf3c97cf78
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>