diff --git a/components/MainPoll.vue b/components/MainPoll.vue
index d36bf67..5f1f7d3 100644
--- a/components/MainPoll.vue
+++ b/components/MainPoll.vue
@@ -234,7 +234,7 @@
13.4) Auècune absences tolérées.
-
+
14) Gestion des produits livrés le mardi
diff --git a/components/QuestionChoice.vue b/components/QuestionChoice.vue
index bbdea2a..b95705b 100644
--- a/components/QuestionChoice.vue
+++ b/components/QuestionChoice.vue
@@ -37,8 +37,6 @@ const { values = ["Très bien", "Bien", "Passable", "Insuffisant", "À rejeter"]
border: 1px solid #444;
border-right: none;
text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
flex: 1 1 0;
width: 0;
}