mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: Dates alignment in Table viz (#19668)
* Fix dates alignment * Add package lock changes * Update package-lock * Clean up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user