fixes percentiles (#583)

- aligns superscript position
- adds intl.plural rules fn to add ordinal superscripts
- updates units tests
- updates snapshot
This commit is contained in:
Vim 2021-09-01 17:06:01 -07:00 committed by GitHub
commit 40c8548292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 13 deletions

View file

@ -55,6 +55,10 @@ $featureSelectBorderColor: #00bde3;
font-weight: bolder;
}
.indicatorSuperscript {
top: -0.2em
}
.scoreSuperscript {
font-size: large;
padding-bottom: 1rem;