Financial-Times / o-typography

Typography and vertical rhythm styles for FT branding
http://registry.origami.ft.com/components/o-typography
10 stars 2 forks source link

Remove margins from p tags inside li tags #197

Closed adgad closed 5 years ago

adgad commented 5 years ago

In spark, it might be possible to have paragraph tags inside list tags. This change removes the paragraph margins, so that the list styles remain normal.

This is a pretty niche change, and in theory we could try and prevent this happening at source. But given it's valid HTML, it should be pretty harmless?

Before: Screenshot 2019-06-07 at 12 01 52

After: Screenshot 2019-06-07 at 12 01 08