1
0
فهرست منبع

fix pagination appearance

Aneurin Barker Snook 1 سال پیش
والد
کامیت
3b054c05d1
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      web/src/components/Pagination.scss

+ 4 - 0
web/src/components/Pagination.scss

@@ -3,7 +3,11 @@
 .pagination {
   .info {
     @include filler;
+    align-items: center;
+    display: flex;
+    flex-direction: row;
     flex-grow: 1;
+    justify-content: center;
     margin-left: $space-s;
     padding-top: $space-xs;
     text-align: center;