Open arjayads opened 7 years ago
How can I disable line-height?
Having same issue. Added line height is not allowing text to exist within parent.
I had the same problem.
I had to add line-height: inherit!important; in my CSS to overwrite the value from FitText
line-height:
inherit!important;
How can I disable line-height?