[tor-bugs] #18108 [Metrics]: userstats-bridge-transport checkboxes don't stay on the same line as their label

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 20 09:12:35 UTC 2016


#18108: userstats-bridge-transport checkboxes don't stay on the same line as their
label
---------------------+------------------------------
 Reporter:  dcf      |          Owner:
     Type:  defect   |         Status:  needs_review
 Priority:  Medium   |      Milestone:
Component:  Metrics  |        Version:
 Severity:  Trivial  |     Resolution:
 Keywords:           |  Actual Points:
Parent ID:           |         Points:
  Sponsor:           |
---------------------+------------------------------

Comment (by dcf):

 Replying to [comment:3 karsten]:
 > How's [https://gitweb.torproject.org/karsten/metrics-
 web.git/commit/?h=task-18108&id=df5dd2265a75c8fb46d3ca171da3965ed701f79f
 this patch]?

 Yes, it works fine, but since creating the ticket I realized that there
 are some other pages that have the same issue:
  * https://metrics.torproject.org/advbwdist-perc.html
  * https://metrics.torproject.org/advbwdist-relay.html
  * https://metrics.torproject.org/relayflags.html
 Another way to solve it is to do something like
 {{{
 <label class="checkbox-label"><input type="checkbox" ... > blah
 blah</label>
 }}}
 with the CSS
 {{{
 label.checkbox-label {
     white-space: nowrap;
 }
 }}}

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


More information about the tor-bugs mailing list