Jeremy Thomas 7 years ago
parent
commit
d12596acf2
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      docs/documentation/components/pagination.html

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@
 
 ### Issues closed
 
+* #1106 `pagination` docs
 * #1063 `$family-primary` customization
 
 ## 0.5.1

+ 1 - 1
docs/documentation/components/pagination.html

@@ -221,7 +221,7 @@ variables:
 
     <div class="content">
       <p>
-        By default, the list is located on the left, and the previous/next buttons on the right. But you can change the <strong>order</strong> of these elements by using the <code>is-centered</code> and <code>is-right</code> modifiers.
+        By default on <strong>tablet</strong>, the list is located on the left, and the previous/next buttons on the right. But you can change the <strong>order</strong> of these elements by using the <code>is-centered</code> and <code>is-right</code> modifiers.
       </p>
     </div>