Reply To: Spacing between radio-buttons

PennController for IBEX Forums Support Spacing between radio-buttons Reply To: Spacing between radio-buttons

#9760
Jeremy
Keymaster

Hi Rok,

You can keep the two sentences on a single line, but if they are too long, they will necessarily end up overflowing the page’s width at some point:

newScale("practice_response",
    "<span style='white-space: nowrap;'>this is a first pretty darn long sentence if you want my opinion</span>", 
    "<span style='white-space: nowrap;'>this is a second rather wordy sentence too if we are being honest</span>")
    .radio()
    .log()
    .labelsPosition("right")
    .center()
    .print()
    .wait()

Jeremy