wagtail / wagtail.org

Wagtail’s official marketing website
https://wagtail.org/
66 stars 60 forks source link

Remove surplus margin from richtext elements #465

Open kbayliss opened 6 months ago

kbayliss commented 6 months ago

This MR removes the bottom margin from the last element (:last-child) of rich text elements so that we rely on the parent block's spacing rather than that plus whatever margin exists on the last element.

The example below removes the bottom margin from the ul.

Before:

Before

After:

After