Fixing table and pivot_table

This commit is contained in:
Maxime Beauchemin
2016-02-25 17:44:23 -08:00
parent 8dcd5e0628
commit d8409c1e0a
4 changed files with 34 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
overflow: auto !important;
}
.widget.table td {
.widget.pivot_table td,th {
padding: 1px 5px;
font-size: small;
}