[minor] fix padding in Time Table (#3664)

When in dashboard view, the Time Table needs some paddding
This commit is contained in:
Maxime Beauchemin 2017-10-16 17:01:35 -07:00 committed by GitHub
parent 2a89c90e0b
commit 08f09b4761
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
.time-table {
.time_table .chart-container{
overflow: auto;
padding: 10px;
}

View File

@ -29,7 +29,6 @@ FormattedNumber.propTypes = {
};
function viz(slice, payload) {
slice.container.css('overflow', 'auto');
slice.container.css('height', slice.height());
const recs = payload.data.records;
const fd = payload.form_data;