From 68726b7501818bb8fbea592d04ff640cd0c5d358 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Thu, 18 Apr 2024 09:19:34 +0200 Subject: [PATCH] Ensure `
` only has margin-bottom when block element (ex not in lists) (#222) --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 99e56b44..cc13f88d 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -1300,7 +1300,7 @@ body { border: none; } -.doc details { +.doc div > details { margin-bottom: 1.5rem; }