diff --git a/superset/assets/src/dashboard/stylesheets/components/chart.less b/superset/assets/src/dashboard/stylesheets/components/chart.less index a9bff4a0da56..742aa05b0287 100644 --- a/superset/assets/src/dashboard/stylesheets/components/chart.less +++ b/superset/assets/src/dashboard/stylesheets/components/chart.less @@ -109,3 +109,11 @@ margin-right: 8px; } } + +.time-filter-tabs > .nav-tabs { + margin-bottom: 8px; +} + +.time-filter-tabs > .nav-tabs > li > a { + padding: 4px; +}