fix: Dates alignment in Table viz (#19668)

* Fix dates alignment

* Add package lock changes

* Update package-lock

* Clean up
This commit is contained in:
Geido
2022-04-28 11:37:49 +02:00
committed by GitHub
parent 3d2fec9604
commit ed1309e6bd
4 changed files with 21 additions and 22 deletions

View File

@@ -51,6 +51,10 @@ export default styled.div`
border-top: 0;
}
.table > tbody tr td {
font-feature-settings: 'tnum' 1;
}
.dt-controls {
padding-bottom: 0.65em;
}