From c06abca356f6f6a2a826742a7e35a4f9cf15d543 Mon Sep 17 00:00:00 2001
From: JosephK <josephk@framasoft.org>
Date: Thu, 24 Sep 2015 17:27:29 +0200
Subject: [PATCH] Fix "Votre nom" trop petit pour la saisie lorsqu'il y a un
 grand nombre de colonnes.

---
 css/style.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index 27bd34b6..a619fd7b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -304,7 +304,9 @@ table.results .btn-link.btn-sm {
 #vote-form td {
     border-top:2px solid white;
 }
-
+#vote-form td:first-child {
+    min-width: 180px;
+}
 .yes input, .ifneedbe input,.no input {
     position:absolute;
     left:0;
-- 
GitLab