From 5825a0a4da6400ccf60b2f05b1568d19a0b12a27 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 10 Sep 2023 12:10:12 +0100 Subject: [PATCH] Float number entry to the right --- epicyon-profile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 50823ebdc..2e65ba337 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -863,6 +863,7 @@ input[type=number] { font-size: var(--font-size-header); font-family: 'Arial, Helvetica, sans-serif'; direction: var(--language-direction); + float: var(--text-justify); } .labels {