From 8f94601f5d1b655173743537aafde2de241dd88a Mon Sep 17 00:00:00 2001
From: jordan <jordan@le-filament.com>
Date: Mon, 24 Aug 2020 23:01:25 +0200
Subject: [PATCH] =?UTF-8?q?[fix]=20ajout=20class=20table-sm=20pour=20r?=
 =?UTF-8?q?=C3=A9ponses=20matrix=20pour=20responsive?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 templates/layout.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/templates/layout.xml b/templates/layout.xml
index 9b26171..ddc05fb 100644
--- a/templates/layout.xml
+++ b/templates/layout.xml
@@ -162,6 +162,15 @@
             </xpath>
         </template>
 
+
+        <!-- SURVEY MATRIX -->
+        <template id="ethikis_survey_matrix" inherit_id="survey.matrix">
+            <xpath expr="//table[@class='table table-hover']" position="attributes">
+                <attribute name="class">table table-hover table-sm</attribute>
+            </xpath>
+        </template>
+
+
         <!-- THANKS PAGE -->
         <template id="ethikis_survey_thanks_page" inherit_id="survey.sfinished">
             <xpath expr="//div[@class='wrap']" position="replace">
-- 
GitLab