From d26d8f53d9bee8bd8ebfe9dcf22a67b947378f2b Mon Sep 17 00:00:00 2001 From: Pierre Bondoerffer Date: Thu, 2 Mar 2017 15:50:03 +0100 Subject: [PATCH] (CSS) Fixed textarea being too large --- www/poll/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/poll/index.html b/www/poll/index.html index cdaf574f3..a6de75ade 100644 --- a/www/poll/index.html +++ b/www/poll/index.html @@ -92,6 +92,7 @@ margin: auto; min-width: 80%; + width: 80%; min-height: 5em; font-size: 20px; font-weight: bold;