How to calculate the height of an inline element

前端 未结 5 1999
無奈伤痛
無奈伤痛 2020-11-30 10:18

I have a span element with the following CSS:

span.test {
  font-size: 20px;
  line-height: 1;
}

Why the calculated height of

5条回答
提交回复
热议问题