mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
9 lines
140 B
CSS
9 lines
140 B
CSS
.gridster .widget.pivot_table {
|
|
overflow: auto !important;
|
|
}
|
|
|
|
.widget.pivot_table td,th {
|
|
padding: 1px 5px;
|
|
font-size: small;
|
|
}
|