Files
superset2/superset/assets/visualizations/time_table.css
Maxime Beauchemin 08f09b4761 [minor] fix padding in Time Table (#3664)
When in dashboard view, the Time Table needs some paddding
2017-10-16 17:01:35 -07:00

5 lines
67 B
CSS

.time_table .chart-container{
overflow: auto;
padding: 10px;
}