Bottom few pixels of text cut off

后端 未结 8 1788
暗喜
暗喜 2021-02-12 13:46

I really can\'t figure out what\'s going on in this case. On the multiline pieces of text, the bottom few pixels are cut off.

8条回答
  •  广开言路
    2021-02-12 14:24

    The quickest fix looks to be this:

    Change the font-size here from 14px to 13px

    #slidertext h3 {
    font-size: 13px;
    // other styles
    }
    

    Works for me in Chrome.

提交回复
热议问题