From b02fd1e70605706e4fcc2f58fead22219a4ed589 Mon Sep 17 00:00:00 2001
From: Manon Bourgognon <manon.bourgognon@epitech.eu>
Date: Fri, 21 May 2021 17:31:07 +0200
Subject: [PATCH] Add add/remove class attr for button on multiple-f

---
 .../import_documentation/Mixins/widget-mixin.rst   | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/source/import_documentation/Mixins/widget-mixin.rst b/source/import_documentation/Mixins/widget-mixin.rst
index 1f0d745..086e68e 100644
--- a/source/import_documentation/Mixins/widget-mixin.rst
+++ b/source/import_documentation/Mixins/widget-mixin.rst
@@ -210,14 +210,12 @@ Attributes
     - ``solid-form`` : all the resources of the container are displayed in a text widget.
     Buttons are automatically created to add and remove elements.
 
-    For ``solid-form`` only:
+    For ``solid-form`` only :
 
-    ``multiple-[field]-add-label``
-    ++++++++++++++++++++++++++++++
+- ``multiple-[field]-add-label`` : Text of the “+” button used to add an element  
 
-        Text of the “+” button used to add an element
-
-    ``multiple-[field]-remove-label``
-    +++++++++++++++++++++++++++++++++
+- ``multiple-[field]-remove-label`` : Text of the “x” button used to remove an element  
+    
+- ``multiple-[field]-add-class`` : Class of the “+” button used to add an element  
 
-        Text of the “x” button used to remove an element
+- ``multiple-[field]-remove-class`` : Class of the “x” button used to remove an element  
-- 
GitLab