From 8e899f2ca8e08a1a873549b9b469d24d07d84b2d Mon Sep 17 00:00:00 2001
From: Luc Didry <luc@framasoft.org>
Date: Mon, 14 Sep 2015 23:33:14 +0200
Subject: [PATCH] Make poll description wrapping

(cherry picked from commit 27fe46640d9b2c04d9031856a73d2f48541aefc2)
---
 css/style.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index 076ba7c4..27bd34b6 100644
--- a/css/style.css
+++ b/css/style.css
@@ -129,6 +129,8 @@ header .lead {
 
 .poll-description {
     font-family: inherit;
+    white-space: pre-wrap;
+    word-break: initial;
 }
 
 h4.control-label {
@@ -473,4 +475,4 @@ table.results > tbody > tr:hover > td .glyphicon {
 /* Admin */
 #poll_search {
     cursor: pointer;
-}
+}
\ No newline at end of file
-- 
GitLab