From bbcf2d8557961b439311a7aff99ef8cf68e77d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Freixin=C3=B3s?= <14282156+germanfrelo@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:06:47 +0100 Subject: [PATCH] Remove the rule that resets margin-block for all nested lists --- sanitize.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sanitize.css b/sanitize.css index 635602a..474ffe6 100644 --- a/sanitize.css +++ b/sanitize.css @@ -70,14 +70,6 @@ /* Grouping content * ========================================================================== */ -/** - * Remove the margin on nested lists in Chrome, Edge, and Safari. - */ - -:where(dl, ol, ul) :where(dl, ol, ul) { - margin: 0; -} - /** * Add the correct box sizing in Firefox. */