Skip to content

Commit

Permalink
Bump to pileup 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Jul 1, 2015
1 parent 0332843 commit 1803ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cycledash/static/scss/examine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ a, a:hover {
flex: 1;
height: auto; /* overrides defaults from pileup.css */
overflow-y: auto; /* extra content scrolls */
/* a vertical scroll bar can result in a horizontal bar, which we don't want. */
overflow-x: hidden;
}
.pileup {
border-top: 1px solid $color-gray-medium;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"jquery": "2.1.1",
"marked": "^0.3.2",
"moment": "^2.9.0",
"pileup": "^0.1.4",
"pileup": "^0.2.0",
"react": "^0.12.2",
"store": "^1.3.17",
"underscore": "^1.7.0"
Expand Down

0 comments on commit 1803ef0

Please sign in to comment.