From 240d8eab26f2354549a569c92168a0c543134ef2 Mon Sep 17 00:00:00 2001 From: axpoems <145597137+axpoems@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:46:16 +0200 Subject: [PATCH] Reduce line spacing in Build Reputation and Score pages --- apps/desktop/desktop/src/main/resources/css/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/desktop/src/main/resources/css/application.css b/apps/desktop/desktop/src/main/resources/css/application.css index ee872e7156..791d6dc65f 100644 --- a/apps/desktop/desktop/src/main/resources/css/application.css +++ b/apps/desktop/desktop/src/main/resources/css/application.css @@ -362,7 +362,7 @@ } .reputation .label { - -fx-line-spacing: 7px; + -fx-line-spacing: 5px; -fx-wrap-text: true; }