-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few cosmetic fixes (nvd3 tooltips, buttons, tables)
- Loading branch information
1 parent
d582efe
commit 9552d09
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
.gridster li.widget.pivot_table, | ||
This comment has been minimized.
Sorry, something went wrong. |
||
div.widget.pivot_table{ | ||
.gridster li.widget.pivot_table, div.widget.pivot_table { | ||
overflow: auto !important; | ||
} | ||
|
||
.widget.table td { | ||
padding: 5px 1px; | ||
font-size: small; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 9552d09
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with the (minor) exception of the css rule, lgtm. there are enough other violations of that rule for now that I don't think it's worth fixing here.
for a rule that applies to multiple selections, the preferred style is to give each it's own line. we can do a more cohesive linting later.
https://github.com/airbnb/css#formatting