From dbbd7c2af9331fdb684f40f07f4cb683c70e1adb Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 21 May 2019 15:58:08 +0100 Subject: [PATCH] changed checkbox and radio templates to try to fix an annoying jump. --- perguntations/templates/question-checkbox.html | 2 +- perguntations/templates/question-radio.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/perguntations/templates/question-checkbox.html b/perguntations/templates/question-checkbox.html index 88bd802..7c2ee25 100644 --- a/perguntations/templates/question-checkbox.html +++ b/perguntations/templates/question-checkbox.html @@ -11,7 +11,7 @@
- +
diff --git a/perguntations/templates/question-radio.html b/perguntations/templates/question-radio.html index d41f636..e57eb89 100644 --- a/perguntations/templates/question-radio.html +++ b/perguntations/templates/question-radio.html @@ -7,11 +7,11 @@ {% for n, opt in enumerate(q['options']) %}
-