From 810fc2d116010c6d4f72adfdc90b7eb6dac07e34 Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Fri, 1 May 2020 23:30:32 +0200
Subject: [PATCH] Add mixin

---
 source/import_documentation/mixins.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/source/import_documentation/mixins.rst b/source/import_documentation/mixins.rst
index 3c8f191..bce80ef 100644
--- a/source/import_documentation/mixins.rst
+++ b/source/import_documentation/mixins.rst
@@ -12,10 +12,10 @@ List
 
         +------------+-----------------+---------+----------------------------------------+ 
         | Name      |    expected     | Default | Description                             |
-        +=======+=====================+=========+=========================================+
-        | order-by  |                |       |                                         |
+        +===========+=================+=========+=========================================+
+        | order-by  |                 |         |                                         |
         +-----------+-----------------+---------+-----------------------------------------+
-        | counter   |                |       |                                         |
+        | counter   |                 |         |                                         |
         +-----------+-----------------+---------+-----------------------------------------+
 
 
@@ -33,13 +33,13 @@ Store
     Attributes available:
     --------------------
 
-        +------------+-----------------+---------+----------------------------------------+ 
-        | Name      |    expected     | Default | Description                             |
-        +=======+=====================+=========+=========================================+
-        | nested-field  |                |       |                                         |
-        +-----------+-----------------+---------+-----------------------------------------+
-        |   |                |       |                                         |
-        +-----------+-----------------+---------+-----------------------------------------+
+        +---------------+-----------------+---------+-----------------------------------------+ 
+        | Name          |    expected     | Default | Description                             |
+        +=======+=========================+=========+=========================================+
+        | nested-field  |                 |         |                                         |
+        +---------------+-----------------+---------+-----------------------------------------+
+        |               |                 |         |                                         |
+        +---------------+-----------------+---------+-----------------------------------------+
 
 
     Used in components:
-- 
GitLab