[tbb-commits] [torbutton/master] Bug 28543: about:tor has scroll bar between widths 900px and 1000px.

gk at torproject.org gk at torproject.org
Tue Nov 27 21:00:51 UTC 2018


commit 9ae78d32be280bcf58819676f700994544049ae8
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Mon Nov 26 12:04:34 2018 -0500

    Bug 28543: about:tor has scroll bar between widths 900px and 1000px.
    
    Remove unnecessary min-width from the .torcontent-container rule.
---
 src/chrome/skin/aboutTor.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/chrome/skin/aboutTor.css b/src/chrome/skin/aboutTor.css
index cf8290c9..37fa30fe 100644
--- a/src/chrome/skin/aboutTor.css
+++ b/src/chrome/skin/aboutTor.css
@@ -51,7 +51,6 @@ body:not([initialized]) {
   .torcontent-container {
     margin: 40px auto 28px auto;
     max-width: 1000px;
-    min-width: 1000px;
   }
 }
 



More information about the tbb-commits mailing list