From 27fe46640d9b2c04d9031856a73d2f48541aefc2 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 14 Sep 2015 23:33:14 +0200 Subject: [PATCH] Make poll description wrapping --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 076ba7c..27bd34b 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