I have an HTML Paragraph element with some inline styles
font-style: normal;
font-size: 12px;
line-height: 15px;
font-weight: 400;
These are the values I see in the computed css values in the dev tools.
font-size 12px
font-style normal
font-weight 400
height 14.4px
line-height 15px
The problem is that the line-height and font-size styles are not beeing applied. Do you know how to solve this?