]> git.proxmox.com Git - mirror_novnc.git/commit
Use unitless numbers for line-height values
authorSamuel Mannehed <samuel@cendio.se>
Thu, 23 Mar 2023 10:02:28 +0000 (11:02 +0100)
committerSamuel Mannehed <samuel@cendio.se>
Thu, 23 Mar 2023 10:06:03 +0000 (11:06 +0100)
commit8decca7353a0a730226842aa33c9018ac5e6e44c
tree8930a2933658ad80f1f3081aba1419c6ef2f278f
parent4558104196834963cea5748e4bed1750fbc4f6e2
Use unitless numbers for line-height values

Using <length> type values for line-height can give unexpected
inheritance behaviors. If using <length> values, the inherited
line-height on children is calculated using the font-size of the parent.
What we want is for the line-height of children to be calculated using
it's own font-size.

By instead using a unitless number, we get the behavior we want. Note
that this bug has no effects right now since no children to any of the
related elements have different font-sizes.
app/styles/base.css