resulting xcode table LineHeight too small

Paszt

Staff member
Joined
Jun 3, 2004
Messages
1,500
Location
Raleigh, NC - USA
Programming Experience
Beginner
In the table that results from using XCODE blocks, the css style has the line-height at 1.1em. In my browser, this causes the underscore to be hidden. It looks better when I change the line-height to 1.2em.

1.1em:
11em.PNG

1.2em:
12em.PNG

The CSS as seen in Chrome Developer Tools:
CssInspected.PNG
 
Back
Top