Fix #1440: Add CSS code to stop numbers changing the size of their container

This commit is contained in:
Thomas Basler 2023-10-21 12:54:51 +02:00
parent 11d7b78d80
commit b477db7045

View File

@ -1,2 +1,6 @@
// Import all of Bootstrap's CSS
@import "~bootstrap/scss/bootstrap";
main {
font-feature-settings: "tnum";
}