(I got burnt by the "small fix doesn't deserve a PR" for 7c2e6f6, so to avoid that mistake again, here's a collection of "small fixes that don't deserve a PR on their own"...)
The word-wrap property is deprecated. Replace with overflow-wrap: break-word; at line 407 to preserve behavior and clear the deprecation warning. Note: the same deprecated property appears at lines 470, 492, 746, 900, and 1006 elsewhere in the file—consider addressing all instances for consistency.
Fix with letter-spacing: -.2em (not too much as then this would break FF)
more ...
(I got burnt by the "small fix doesn't deserve a PR" for 7c2e6f6, so to avoid that mistake again, here's a collection of "small fixes that don't deserve a PR on their own"...)
The word-wrap property is deprecated. Replace with overflow-wrap: break-word; at line 407 to preserve behavior and clear the deprecation warning. Note: the same deprecated property appears at lines 470, 492, 746, 900, and 1006 elsewhere in the file—consider addressing all instances for consistency.
Fix with
letter-spacing: -.2em(not too much as then this would break FF)more ...