Re: [Doxygen-develop] Too small line height in CSS for headings
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2013-04-01 13:38:40
|
On Mar 21, 2013, at 16:53 , Vaclav Petras <wen...@gm...> wrote: > Hi, > > h1 and other h elements have to small line-height. When the heading is > long and the page is not wide enough, the heading is split into two > lines, then you can see that heading lines overlaps. > > The line-height reported by Firefox and Chromium is 19px which is at > the beginning of of doxygen.css: > > body, table, div, p, dl { > font: 400 14px/19px Roboto,sans-serif; > } > > Sorry for not proving a patch but my CSS knowledge is very limited. Can you test how far you have to increase the 19px in order to make the overlapping disappear? I've now set it to 22px. Regards, Dimitri |