diff --git a/res/css/style.css b/res/css/style.css index 8f0e933afc..03e8dea49e 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -22,6 +22,9 @@ body { 'Helvetica Neue', sans-serif; font-size: 11px; + /* equal size all numbers, so that longer numbers are larger */ + font-variant-numeric: tabular-nums; + /* Disable the "rubberband" overscrolling effect in Chrome. This happens when * using the charts and the scroll wheel. */ overscroll-behavior: none;