From c6ece6e5cbcb8adb95f8602b08ab6db0f0aa46bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Poljan=C5=A1ek?= Date: Thu, 20 Nov 2025 22:34:13 +0100 Subject: [PATCH] Fix wheel button line-height for proper centering --- assets/css/wheel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/wheel.css b/assets/css/wheel.css index 4eca9f6..e27a88a 100644 --- a/assets/css/wheel.css +++ b/assets/css/wheel.css @@ -316,7 +316,7 @@ height: 56px; min-width: 140px; letter-spacing: 2px; - line-height: 1 !important; + line-height: normal !important; text-shadow: 0 2px 8px #000, 0 0 10px #0cf101; -webkit-appearance: none; appearance: none;