Files
superset2/superset/assets/visualizations/pivot_table.css
Alanna Scott 0bdc3010d8 [vis] fix pivot table scrolling when using more than 1 groupy col (#2674)
* fix scrolling when more than 1 groupby

* generalize function arguments

* fix pivot table scrolling in js

* add padding rules back

* linting
2017-04-25 16:14:59 -07:00

5 lines
81 B
CSS

.widget.pivot_table tr > th,
.widget.pivot_table tr > td {
padding: 1px 5px;
}