Fix #1440: Add CSS code to stop numbers changing the size of their container
This commit is contained in:
parent
11d7b78d80
commit
b477db7045
@ -1,2 +1,6 @@
|
||||
// Import all of Bootstrap's CSS
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
main {
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user