mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
Add tnum property to tables (#20093)
This commit is contained in:
@@ -59,6 +59,10 @@ const StyledDiv = styled.div`
|
||||
margin-left: ${theme.gridUnit}px;
|
||||
}
|
||||
|
||||
.reactable-data tr {
|
||||
font-feature-settings: 'tnum' 1;
|
||||
}
|
||||
|
||||
.reactable-data tr,
|
||||
.reactable-header-sortable {
|
||||
-webkit-transition: ease-in-out 0.1s;
|
||||
|
||||
Reference in New Issue
Block a user