fix: nested details tags in markdown bodies (#6458)

This commit is contained in:
Emma F.
2026-06-21 18:56:24 +00:00
committed by GitHub
parent b188bbf617
commit a0017cf58f
+5
View File
@@ -1006,6 +1006,11 @@ a:not(.no-click-animation),
> :last-child:not(summary) {
margin-bottom: 0 !important;
}
> details:not([open]) summary {
margin: -0.5em -0.5em 0;
border-radius: var(--radius-xs);
}
}
}