bootstrap4で以下のようなボタンを作成しました。
html
1<a type="button" class="btn btn-outline-primary nav-item nav-link rounded-0" href="#" role="button">サンプル</a>
html
1<div class="btn-group d-flex" role="group" aria-label="..."> 2 <a type="button" class="btn btn-outline-primary w-100 rounded-0" href="#" role="button">左</a> 3 <a type="button" class="btn btn-outline-primary w-100 rounded-0" href="#" role="button">真ん中</a> 4 <a type="button" class="btn btn-outline-primary w-100 rounded-0" href="#" role="button">右</a> 5</div>
パソコン及びgoogleChromの検証機能によるiPhone表示で閲覧した際には期待通りのボタンなのですが、実際に本番環境のiPhoneから閲覧すると、なぜか丸まってしまいます。
原因について分かる方がいましたら教えて頂きたいです。
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2019/12/30 05:08
2019/12/30 06:24
退会済みユーザー
2019/12/30 11:51