From 22758e64ac45e20f7400562f9c4b481d82a68af4 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Tue, 15 Dec 2020 23:01:52 -0700 Subject: [PATCH] Fix score bonus wrapping onto a new line --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 25b0070..ee422ed 100644 --- a/style.css +++ b/style.css @@ -830,7 +830,7 @@ dl.score-chart .-sum { } #player.--bonus-visible .bonus { visibility: initial; - display: initial; + display: flex; } .message {