Skip to content

Commit

Permalink
Merge pull request #184 from wifilinker/make-error-scrollable
Browse files Browse the repository at this point in the history
Make mocha pre.error element vertically scrollable
  • Loading branch information
jfirebaugh committed Feb 2, 2015
2 parents a0d86d6 + 0017721 commit 4033ff6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/konacha.css
Expand Up @@ -38,6 +38,14 @@ body {
width: 40%;
}

pre.error {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 90%;
width: calc(100% - 42px);
}


@media (max-width: 1860px) {
.test-context {
Expand Down

0 comments on commit 4033ff6

Please sign in to comment.