mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: adjust timeseries grid right offset to match the rest (#20933)
This commit is contained in:
@@ -31,7 +31,7 @@ import {
|
||||
export const NULL_STRING = '<NULL>';
|
||||
|
||||
export const TIMESERIES_CONSTANTS = {
|
||||
gridOffsetRight: 40,
|
||||
gridOffsetRight: 20,
|
||||
gridOffsetLeft: 20,
|
||||
gridOffsetTop: 20,
|
||||
gridOffsetBottom: 20,
|
||||
|
||||
Reference in New Issue
Block a user