Adjustments based on comment

This commit is contained in:
Maxime Beauchemin 2016-02-24 11:43:21 -08:00
parent 9552d09b85
commit df8ea5287b
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
.gridster li.widget.pivot_table, div.widget.pivot_table {
.gridster .widget.pivot_table {
overflow: auto !important;
}
.widget.table td {
padding: 5px 1px;
padding: 1px 5px;
font-size: small;
}

View File

@ -1,5 +1,4 @@
.gridster li.widget.table,
div.widget.table {
.gridster .widget.table {
overflow: auto !important;
}
@ -9,6 +8,6 @@ div.widget.table {
}
.widget.table td {
padding: 5px 1px;
padding: 1px 5px;
font-size: small;
}