mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
* fix scrolling when more than 1 groupby * generalize function arguments * fix pivot table scrolling in js * add padding rules back * linting
5 lines
81 B
CSS
5 lines
81 B
CSS
.widget.pivot_table tr > th,
|
|
.widget.pivot_table tr > td {
|
|
padding: 1px 5px;
|
|
}
|