Commit 9ae78d32 authored by Kathleen Brade's avatar Kathleen Brade
Browse files

Bug 28543: about:tor has scroll bar between widths 900px and 1000px.

Remove unnecessary min-width from the .torcontent-container rule.
parent a41034ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ body:not([initialized]) {
  .torcontent-container {
    margin: 40px auto 28px auto;
    max-width: 1000px;
    min-width: 1000px;
  }
}