col のレイアウトで長いurlなどが含まれているコンテンツがレイアウトが乱れる場合がある。
結果、colに以下のcssを追加で思い通りに表示された
.col {
min-width: 0;
}
参考:https://kudakurage.hatenadiary.com/entry/2016/04/01/232722
col のレイアウトで長いurlなどが含まれているコンテンツがレイアウトが乱れる場合がある。
結果、colに以下のcssを追加で思い通りに表示された
.col {
min-width: 0;
}
参考:https://kudakurage.hatenadiary.com/entry/2016/04/01/232722
ヘッダーに以下を追加
<meta name="format-detection" content="telephone=no,address=no,date=no,email=no">
cssでinputのfont-sizeを16pxに設定