From 09b1f80582e77cc34f9eca6c7fa8a930469013f1 Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sat, 5 Oct 2024 17:12:51 +0200 Subject: [PATCH] Proper line breaks when seing votes --- static/css/results.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/results.css b/static/css/results.css index 7ea1742..98597c6 100644 --- a/static/css/results.css +++ b/static/css/results.css @@ -35,6 +35,7 @@ body { .app > p { color: white; line-break: strict; + white-space: pre-line; } .app > h1 {