「span11」クラスを持つ入力フィールドの横にあるブートストラップのインライン ヘルプ クラスを使用しています。クラス「span11」のため、スパンは入力フィールドとインラインで表示されず、次の行に表示されます
コードは次のとおりです。
<div class="control-group error" id="password-control">
<label class="control-label" for="password-confirm">Confirm Password</label>
<input type="password" size="30" name="register[confirm]" id="password-confirm" class="span11">
<span class="help-inline">password did not match</span>
span11 を削除すると、入力フィールドの横に表示されます。レスポンシブ テキスト フィールドに span11 が必要なため、削除できません。どうすればこれを修正できますか?ありがとうございました!:)