fix: Remove tnum variation of zero
- to avoid readability issue
This commit is contained in:
parent
40aafdbcd2
commit
8ff00fbe76
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
|
||||
// Enable tnum for report
|
||||
.dt-scrollable .dt-cell__content {
|
||||
font-feature-settings: "tnum", "zero";
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
|
||||
.dt-scrollable--highlight-all {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue