Bug 890156 - patch 8 - Explicitly set line-height in the About dialog, to avoid discrepancies in spacing across screens with different DPI. r=emk

This commit is contained in:
Jonathan Kew 2015-12-02 20:54:26 +00:00
parent 46b5136c09
commit 76f247bdce

View File

@ -4,6 +4,10 @@
#aboutDialog { #aboutDialog {
width: 620px; width: 620px;
/* Set an explicit line-height to avoid discrepancies in 'auto' spacing
across screens with different device DPI, which may cause font metrics
to round differently. */
line-height: 1.5;
} }
#rightBox { #rightBox {