前提・実現したいこと
font-size: 18px;
line-height: 1;
と指定し、chromeのデベロッパーツールで高さを確認すると、17.6pxになっています。
原因は何が考えられますか?
発生している問題・エラーメッセージ
該当のソースコード
デベロッパーツールの表示です。
.form__label {
display: block;
font-family: "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic Medium, sans-serif;
font-size: 18px;
line-height: 1;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}
*, *::before, *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
user agent stylesheet
label {
cursor: default;
}
body {
line-height: 1;
}
body {
font-family: 'Lato', "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "YuGothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
font-size: 18px;
color: #505050;
}
*, *::before, *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, *::before, *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
試したこと
色々試しましたが解決できません。
補足情報(FW/ツールのバージョンなど)
追記
すみません、ここの表示のことです。
回答2件
あなたの回答
tips
プレビュー