From a03e1961d7b4c1a9686c977634660de3e2790a28 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 26 Sep 2023 13:35:01 +0300 Subject: [PATCH] fix bad-looking score issue --- files/assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 97696468e..cd88ee0ab 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4029,6 +4029,7 @@ small, .small { .score { color: var(--black); font-size: 1.1rem; + word-break: initial !important; } .score-up { color: var(--primary);