/* custom.css - 行間無効化用 */

* {
  line-height: normal !important;
}

/* よく使われる要素に対して個別にも指定 */
p,
h1, h2, h3, h4, h5, h6,
.lead,
blockquote,
pre,
code,
.btn,
label,
input,
textarea,
select,
table td,
table th {
  line-height: normal !important;
}