In jquery mobile the checkbox has a label caption and if the text is long, jqm wrap it in multiline, I need to do like the second checkbox without space. eg.
<label style="white-space: nowrap;">
http://jsfiddle.net/evilripper/4rWMe/1/ :)
I tryed to set nowrap in the style of the label but doesn't works.