From b477db7045b160e19c8d05555507404ee0737ddf Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 21 Oct 2023 12:54:51 +0200 Subject: [PATCH] Fix #1440: Add CSS code to stop numbers changing the size of their container --- webapp/src/scss/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/src/scss/styles.scss b/webapp/src/scss/styles.scss index 6c1720c..c33417b 100644 --- a/webapp/src/scss/styles.scss +++ b/webapp/src/scss/styles.scss @@ -1,2 +1,6 @@ // Import all of Bootstrap's CSS @import "~bootstrap/scss/bootstrap"; + +main { + font-feature-settings: "tnum"; +} \ No newline at end of file