i know this isnt a bug, and idk if this would matter or not, but i decided id point out a spelling mistake in the code of the board page. whenever you go into the FAQ section to look at all of the posts made by the devs, when it shows the path, leading from the board page all the way to the FAQ which is where you would be looking, it says FAO instead of FAQ.
Comments (4)
here you go
im not that picky, if i didnt have respect for you and your awesome team, i wouldnt have said anything. you are very welcome.
The
line-heightof this text is < 1.0 which crops off some pixels below the text's baseline. This is correct behavior in my opinion. Depending on the exact renderer and pixel-exact rounding this can become visible or not. I can reproduce this on FF under Linux. Changing the font's size makes the tail of the "Q" longer, shorter or disappear. I believe this would be the same for accents on capital letters like "À"Setting the "line-height" to 1.0 fixes this.
Side note: yes, this is a bug. Nothing big or important, but still a bug :)