Skip to content

Commit

Permalink
Fix for build screen in firefox
Browse files Browse the repository at this point in the history
- Fixes #2261
- Replaces #2630
  • Loading branch information
davidfischer committed Feb 1, 2018
1 parent b12e188 commit c742d6a
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 c742d6a

Please sign in to comment.