ボタングループをスマートフォンの時は横幅を100%にして、PCやタブレットのように横幅が広い時は100%では大きすぎるので小さく表示したいのですが、小さくするにはどうすればよいですか?
<div class="btn-group btn-group-toggle d-flex" data-toggle="buttons"> <label class="btn btn-outline-primary w-100 active"> <input type="radio" name="options" id="option1" autocomplete="off" checked />Yes </label> <label class="btn btn-outline-primary w-100"> <input type="radio" name="options" id="option2" autocomplete="off" />No </label> </div>
追記
w-md-25を追加してみましたが結果は変わりませんでした。
<div class="btn-group btn-group-toggle d-flex" data-toggle="buttons"> <label class="btn btn-outline-primary w-100 w-md-25 active"> <input type="radio" name="options" id="option1" autocomplete="off" checked />Yes </label> <label class="btn btn-outline-primary w-100 w-md-25"> <input type="radio" name="options" id="option2" autocomplete="off" />No </label> </div>
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。