4

This is my code:

http://jsfiddle.net/WCP5f/2/

If you open it with Chrome, you will see that every new column (not the first one) has an extra space over only the content of the first huge letter of each column.

Meanwhile, Firefox seems to be doing this right.

Is this a chrome bug? or am I missing something?

Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189

1 Answers1

4

http://jsfiddle.net/WCP5f/3/

I switched the .huge-letter font-size to an EM instead of a PX value, and this seems to have fixed it.

Bart
  • 6,694
  • 6
  • 43
  • 53