我有一个jQuery控制组小部件,它由2个单选按钮组成。当我在我的手机上查看此代码时,按钮的Request Feature
一半会换到第二行,但Report Bug
一半不会,这会导致小部件的底部不均匀(见图)。有没有办法解决这个问题?
<fieldset data-role="controlgroup" data-type="horizontal" class="halves" id="helpType">
<input type="radio" name="helpSelector" id="helpBug" value="helpBug" />
<label for="helpBug">Report Bug</label>
<input type="radio" name="helpSelector" id="helpFeature" value="helpFeature" />
<label for="helpFeature">Request Feature</label>
</fieldset>