[tor-bugs] #21434 [Metrics/Atlas]: Graphs overflow into their right border on smaller screens

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Feb 10 11:38:26 UTC 2017


#21434: Graphs overflow into their right border on smaller screens
-------------------------------+-----------------
     Reporter:  cypherpunks    |      Owner:  irl
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:
    Component:  Metrics/Atlas  |    Version:
     Severity:  Normal         |   Keywords:
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+-----------------
 Currently the graphs use the span8 class which causes them to keep 4
 columns of distance from the right (because the entire width is divided
 into 12 columns). On smaller screens this causes the graphs to overflow
 into their borders.

 Using the span8 class makes it so graphs will always be underneath each
 other. Keeping this layout and solving the overflow issue is easy by just
 using the span12 class. This makes the graphs (and their borders) use the
 entire screen width.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21434>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list