JQuery mobileのラジオボタンのラベル内にテキストボックスを配置したいのですが、テキストボックスの親divを2pxの高さに設定しているようです。
<fieldset data-role="controlgroup">
<input type="radio" name="radio-choice" id="radio-choice-1" value="yes" checked="checked" />
<label for="radio-choice-1">
Yes <input type="password" placeholder="Password"/>
</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2" >No</label>
</fieldset>
うまくいけば、あなたは私がそれから達成しようとしていることを見ることができます。おそらく、cssの回避策を追加するよりも、これを行うためのより良い方法があります。問題の例をhttp://jsfiddle.net/yDhP3/に追加しました