<code> font size is different for regular and strong contexts in comments
Closed
<code> font size is different for regular and strong contexts in comments
Created by: jankuca
Consider the following comment content:
Isn't `this` **a `lovely` day**?
The font size of the <code>
containing "this" is different than the font size of the <code>
containing "lovely". This strong content is correctly set to 90% font size (to fit nicely to the rest of the text) while the regular content is set to inherit
.
Here is a screenshot of how strange the rendering is:
Please register or sign in to reply