You are not logged in.
One of the side effects of using screen scaling or font scaling can be that in T/Bird your email subject lines in your inbox can get a bit close together, resulting in descenders getting clipped (g,p,q etc.)
This can be remedied as follows
Open your T/bird default folder .xxxxxxxx.deafult
Create a new folder 'chrome'
In that folder open a new text file and paste in
/* Row Height*/
treechildren::-moz-tree-row {
margin-top: 1px !important;
margin-bottom: 1px !important;
}
Save as userChrome.css
Start T/bird - vary the values to taste.
If your version of Tbird already has this file then you can just append the above and it should work YMMV
Offline