From 7a0bdd6c94dcc20ef4d89c632f3ed748cde18ac0 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Wed, 8 Nov 2023 10:39:03 +0100 Subject: [PATCH] style(stats): fix big number layout --- app/assets/stylesheets/stats.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/stats.scss b/app/assets/stylesheets/stats.scss index e7aeb9586..12ff8280b 100644 --- a/app/assets/stylesheets/stats.scss +++ b/app/assets/stylesheets/stats.scss @@ -146,10 +146,11 @@ $big-number-card-padding: 2 * $segmented-control-item-border-radius; .big-number-card-number { display: block; text-align: center; - font-size: 90px; - line-height: 90px; + font-size: 80px; + line-height: 1em; font-weight: bold; color: $blue-france-500; + white-space: nowrap; } .big-number-card-detail {