tomusborne / generatepress

452 stars 89 forks source link

Fixed issue with missing 'ch' unit for line-height in customizer #595

Closed dgwyer closed 9 months ago

dgwyer commented 9 months ago

When using the no unit option, this cuts off the 'ch' unit.

After:

The 'ch' unit is restored.

image

dgwyer commented 9 months ago

@tomusborne Ok to merge? Assuming this is is expected behavior.

tomusborne commented 9 months ago

Not sure ch is super important when it comes to line-height (same as vw and vh, really). We can revisit this if it's requested a lot and when we're not so close to release.