Skip to content

Commit 9047b86

Browse files
authored
Set font-variant-numeric: tabular-nums; on the grid (#3996)
1 parent e533510 commit 9047b86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/style/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const root = css`
5353
background-color: var(--rdg-background-color);
5454
color: var(--rdg-color);
5555
font-size: var(--rdg-font-size);
56+
font-variant-numeric: tabular-nums;
5657
5758
container-name: rdg-root;
5859
container-type: scroll-state;

0 commit comments

Comments
 (0)