From f7119bc3c7a8d51f4940630bdd2580b57d170e8b Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 19 Jan 2024 17:20:51 +0100 Subject: [PATCH] webapp: Fix font-feature class --- webapp/src/scss/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/scss/styles.scss b/webapp/src/scss/styles.scss index c33417b..b3b556d 100644 --- a/webapp/src/scss/styles.scss +++ b/webapp/src/scss/styles.scss @@ -1,6 +1,6 @@ // Import all of Bootstrap's CSS @import "~bootstrap/scss/bootstrap"; -main { +.container-fluid .row { font-feature-settings: "tnum"; -} \ No newline at end of file +}