Bottom few pixels of text cut off

后端 未结 8 1771
暗喜
暗喜 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:33

    Changing font-size and font-family is just a workaround. I had same issue. It works well in Firefox however not in Chrome. Check padding or margin of the input box. It was padding in my case. I changed padding:6px to padding:0px 6px; in my case.

    0 讨论(0)
  • 2021-02-12 14:34

    This fix mine:

    letter-spacing: normal;
    
    0 讨论(0)
提交回复
热议问题