From 1c9937197f41f3b9ee2bb554282901f801a1da44 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Fri, 24 May 2024 21:37:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20CSS=20overflow=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/voting.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tmpl/voting.html b/tmpl/voting.html index cca8e2b..f478c86 100644 --- a/tmpl/voting.html +++ b/tmpl/voting.html @@ -1,7 +1,7 @@ {{ define "voting" }} {{ template "head" . }}
-
+

{{ .Voting.Referendum }} @@ -88,7 +88,7 @@ {{ end }} {{ define "voting_result" }} - +
@@ -105,11 +105,11 @@
{{ if and .Voting.Result.Quorum .Voting.Result.Threshold }} -

+

ACCEPTED

{{ else }} -

+

REJECTED

{{ end }} @@ -130,13 +130,13 @@ {{ range $vote := .Voting.Votes }} - + {{ $vote.Choice }} - + {{ $vote.Elector }} - + {{ $vote.Id }}