Skip to content

Commit ee81f28

Browse files
authored
Merge pull request readthedocs#3569 from davidfischer/firefox-build-page-fix
Fix for build screen in firefox
2 parents 83ff630 + c742d6a commit ee81f28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/builds/static/builds/css/detail.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ div.build-command div.build-command-output {
114114
div.build-command div.build-command-run > span,
115115
div.build-command div.build-command-output > span {
116116
display: block;
117-
margin-bottom: -16px;
118117
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
119118
white-space: pre;
120119
overflow-x: scroll;
@@ -124,7 +123,7 @@ div.build-command div.build-command-output > span {
124123
div.build-command div.build-command-run > span::-webkit-scrollbar,
125124
div.build-command div.build-command-output > span::-webkit-scrollbar {
126125
-webkit-appearance: none;
127-
height: 15px;
126+
height: 0px;
128127
}
129128

130129
div.build-command div.build-command-output > span {

0 commit comments

Comments
 (0)