Skip to content

Commit

Permalink
Adjustments based on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 24, 2016
1 parent 9552d09 commit df8ea52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions panoramix/assets/visualizations/pivot_table.css
Original file line number Diff line number Diff line change
@@ -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;
}
5 changes: 2 additions & 3 deletions panoramix/assets/visualizations/table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gridster li.widget.table,
div.widget.table {
.gridster .widget.table {
overflow: auto !important;
}

Expand All @@ -9,6 +8,6 @@ div.widget.table {
}

.widget.table td {
padding: 5px 1px;
padding: 1px 5px;
font-size: small;
}

0 comments on commit df8ea52

Please sign in to comment.