From c742d6abdb3df0ad9799a22897b7b119f053ccab Mon Sep 17 00:00:00 2001 From: David Fischer Date: Thu, 1 Feb 2018 12:09:38 -0800 Subject: [PATCH] Fix for build screen in firefox - Fixes #2261 - Replaces #2630 --- readthedocs/builds/static/builds/css/detail.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readthedocs/builds/static/builds/css/detail.css b/readthedocs/builds/static/builds/css/detail.css index 9c62b21e294..5e72a9eb9c8 100644 --- a/readthedocs/builds/static/builds/css/detail.css +++ b/readthedocs/builds/static/builds/css/detail.css @@ -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; @@ -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 {