From 6607bc0bb57cbfccae7e986968a486a3b42ed0d3 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:10:08 -0700 Subject: [PATCH] Use fixed-width numerals in call time --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c98724cd4..c79d5200f 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5688,6 +5688,7 @@ button.module-image__border-overlay:focus { &__header-message { font-weight: normal; font-size: 13px; + font-variant: tabular-nums; line-height: 18px; letter-spacing: -0.0025em; }