Skip to content

Commit

Permalink
Merge pull request #3569 from davidfischer/firefox-build-page-fix
Browse files Browse the repository at this point in the history
Fix for build screen in firefox
  • Loading branch information
ericholscher authored Feb 9, 2018
2 parents 83ff630 + c742d6a commit ee81f28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readthedocs/builds/static/builds/css/detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ div.build-command div.build-command-output {
div.build-command div.build-command-run > span,
div.build-command div.build-command-output > span {
display: block;
margin-bottom: -16px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
white-space: pre;
overflow-x: scroll;
Expand All @@ -124,7 +123,7 @@ div.build-command div.build-command-output > span {
div.build-command div.build-command-run > span::-webkit-scrollbar,
div.build-command div.build-command-output > span::-webkit-scrollbar {
-webkit-appearance: none;
height: 15px;
height: 0px;
}

div.build-command div.build-command-output > span {
Expand Down

0 comments on commit ee81f28

Please sign in to comment.